Color Hex Logo

#ccccff Color Hex Lavender Blue

#CCCCFF
(204,204,255)
103 Favorites   3 Comments

Color spaces of #ccccff Lavender Blue

RGB 204204255
HSL0.671.000.90
HSV240°20°100°
CMYK 0.200.200.00   0.00
XYZ64.544763.2431103.4130
Yxy63.24310.27920.2735
Hunter Lab79.52555.7049-21.4314
CIE-Lab83.570110.3034-24.9205

#ccccff color RGB value is (204,204,255). This hex color code is also a web safe color which is equal to #CCF. #ccccff color name is Lavender Blue color.

#ccccff hex color red value is 204, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ccccff hue: 0.67 , saturation: 1.00 and the lightness value of ccccff is 0.90.

The process color (four color CMYK) of #ccccff color hex is 0.20, 0.20, 0.00, 0.00. Web safe color of #ccccff is #ccccff. Color #ccccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11111111
Octal 314 314 377
Decimal 204 204 255
Hex CC CC FF

RGB Percentages of Color #ccccff

%30.77
%30.77
%38.46

CMYK Percentages of Color #ccccff

%20
%20
%0
%0

Triadic Colors of #ccccff

#ccccff #ffcccc #ccffcc

Analogous Colors of #ccccff

#ccccff #e6ccff #cce6ff

Monochromatic Colors of #ccccff

#ccccff

Complementary Color

#ccccff #ffffcc

#ccccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccff Color CSS Codes

.mybgcolor {background-color:#ccccff; } 
.myforecolor {color:#ccccff; }
.mybordercolor {border:3px solid #ccccff; }

#ccccff Text Font Color

<p style="color:#ccccff">Text here</p>

This sample text font color is #ccccff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccccff Background Color

<div style="background-color:#ccccff">
Div content here</div>

This div background color is #ccccff


#ccccff Border Color

<div style="border:3px solid #ccccff">
Div here</div>

This div border color is #ccccff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,204,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccccff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccccff;
  -webkit-box-shadow: 1px 1px 3px 2px #ccccff;
  box-shadow:         1px 1px 3px 2px #ccccff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,204,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccccff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccccff;
  -webkit-box-shadow: 1px 1px 3px 2px #ccccff;
  box-shadow:         1px 1px 3px 2px #ccccff;">
Div content here</div>

This div box has shadow with color #ccccff

Related Colors


Comments

27 Feb 2016, 12:31 JJJessee

periwinkle!

14 Oct 2015, 16:55 ErulasseAranel

What a pretty and fresh color...

19 Jun 2012, 14:58 (guest)

♡♥❣❤

Please login to write comment.