#CECFF9

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

Shades of Lavender Blue #CECFF9

Tints of Lavender Blue #CECFF9

Color information

#CECFF9 (or 0xCECFF9) is unknown color: approx Lavender Blue. HEX triplet: CE, CF and F9. RGB value is (206,207,249). Sum of RGB (Red+Green+Blue) = 206+207+249=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #CECFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF9 is #313006. Grayscale: #D3D3D3. Windows color (decimal): -3223559 or 16371662. OLE color: 16371662.

HSL color Cylindrical-coordinate representation of color #CECFF9: hue angle of 238.6º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECFF9 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206207249-
CMYK0.170.1700.02
HSL238.6º78.18%89.22%-
HSV(B)238.6º17.27%97.65%-
XYZ64.8764.5998.67-
YUV211.49149.17124.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=31.12%
G=31.27%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062072490.170.1700.02238.678.1889.22
HexCECFF9111102ef4e59
Octal316317371212102357116131
Binary11001110110011111111100110001100010101110111110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFF9; }

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

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

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

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

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

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

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

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