#CCCEF4

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

Shades of Lavender Blue #CCCEF4

Tints of Lavender Blue #CCCEF4

Color information

#CCCEF4 (or 0xCCCEF4) is unknown color: approx Lavender Blue. HEX triplet: CC, CE and F4. RGB value is (204,206,244). Sum of RGB (Red+Green+Blue) = 204+206+244=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF4 is #33310B. Grayscale: #D1D1D1. Windows color (decimal): -3354892 or 16043724. OLE color: 16043724.

HSL color Cylindrical-coordinate representation of color #CCCEF4: hue angle of 237º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCEF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204206244-
CMYK0.160.1600.04
HSL237º64.52%87.84%-
HSV(B)237º16.39%95.69%-
XYZ63.363.5194.51-
YUV209.73147.34123.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=31.19%
G=31.50%
B=37.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042062440.160.1600.0423764.5287.84
HexCCCEF4101004ed4158
Octal314316364202004355101130
Binary110011001100111011110100100001000001001110110110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEF4; }

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

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

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

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

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

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

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

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