#CECFF2

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

Shades of Lavender Blue #CECFF2

Tints of Lavender Blue #CECFF2

Color information

#CECFF2 (or 0xCECFF2) is unknown color: approx Lavender Blue. HEX triplet: CE, CF and F2. RGB value is (206,207,242). Sum of RGB (Red+Green+Blue) = 206+207+242=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #CECFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF2 is #31300D. Grayscale: #D2D2D2. Windows color (decimal): -3223566 or 15912910. OLE color: 15912910.

HSL color Cylindrical-coordinate representation of color #CECFF2: hue angle of 238.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECFF2 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206207242-
CMYK0.150.1400.05
HSL238.33º58.06%87.84%-
HSV(B)238.33º14.88%94.9%-
XYZ63.7964.1693.03-
YUV210.69145.67124.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=31.45%
G=31.60%
B=36.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062072420.150.1400.05238.3358.0687.84
HexCECFF2FE05ee3a58
Octal31631736217160535672130
Binary110011101100111111110010111111100101111011101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFF2; }

 p { color: rgb(206,207,242); }

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

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

 a { background-color: rgb(206,207,242); }

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

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

 span { border-color: rgb(206,207,242); }

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