#CCCEFC

Color #CCCEFC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CCCEFC

Tints of Lavender Blue #CCCEFC

Color information

#CCCEFC (or 0xCCCEFC) is unknown color: approx Lavender Blue. HEX triplet: CC, CE and FC. RGB value is (204,206,252). Sum of RGB (Red+Green+Blue) = 204+206+252=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFC is #333103. Grayscale: #D2D2D2. Windows color (decimal): -3354884 or 16568012. OLE color: 16568012.

HSL color Cylindrical-coordinate representation of color #CCCEFC: hue angle of 237.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCEFC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204206252-
CMYK0.190.1800.01
HSL237.5º88.89%89.41%-
HSV(B)237.5º19.05%98.82%-
XYZ64.5464.01101.05-
YUV210.65151.34123.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=30.82%
G=31.12%
B=38.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042062520.190.1800.01237.588.8989.41
HexCCCEFC131201ee5959
Octal314316374232201356131131
Binary1100110011001110111111001001110010011110111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEFC; }

 p { color: rgb(204,206,252); }

 H1.HeaderClassName
 {
   color: #CCCEFC;
 }
 .AnyTagClassName
 {
   color: #CCCEFC;
 }
</style>
background-color css

<style>
 a { background-color: #CCCEFC; }

 a { background-color: rgb(204,206,252); }

 div.DivClassName
 {
   background-color: #CCCEFC;
 }
 .BgClassName
 {
   background-color: #CCCEFC;
 }
</style>
border-color css

<style>
 span { border-color: #CCCEFC; }

 span { border-color: rgb(204,206,252); }

 td.TdClassName
 {
   border-color: #CCCEFC;
 }
 .TagClassName
 {
   border-color: #CCCEFC;
 }
</style>