#CCCEFE

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

Shades of Lavender Blue #CCCEFE

Tints of Lavender Blue #CCCEFE

Color information

#CCCEFE (or 0xCCCEFE) is unknown color: approx Lavender Blue. HEX triplet: CC, CE and FE. RGB value is (204,206,254). Sum of RGB (Red+Green+Blue) = 204+206+254=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFE is #333101. Grayscale: #D2D2D2. Windows color (decimal): -3354882 or 16699084. OLE color: 16699084.

HSL color Cylindrical-coordinate representation of color #CCCEFE: hue angle of 237.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCEFE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204206254-
CMYK0.200.1900.00
HSL237.6º96.15%89.8%-
HSV(B)237.6º19.69%99.61%-
XYZ64.8664.14102.73-
YUV210.87152.34123.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=30.72%
G=31.02%
B=38.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042062540.200.1900.00237.696.1589.8
HexCCCEFE141300ee605a
Octal314316376242300356140132
Binary1100110011001110111111101010010011001110111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEFE; }

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

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

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

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

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

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

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

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