#CEC9F2

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

Shades of Lavender Blue #CEC9F2

Tints of Lavender Blue #CEC9F2

Color information

#CEC9F2 (or 0xCEC9F2) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and F2. RGB value is (206,201,242). Sum of RGB (Red+Green+Blue) = 206+201+242=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F2 is #31360D. Grayscale: #CFCFCF. Windows color (decimal): -3225102 or 15911374. OLE color: 15911374.

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

Color convert

RGB206201242-
CMYK0.150.1700.05
HSL247.32º61.19%86.86%-
HSV(B)247.32º16.94%94.9%-
XYZ62.3761.3192.55-
YUV207.17147.66127.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 201 (78.91% from 255) = 30.97%
BLUE value IS 242 (94.92% from 255) = 37.29%
R=31.74%
G=30.97%
B=37.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062012420.150.1700.05247.3261.1986.86
HexCEC9F2F1105f73d57
Octal31631136217210536775127
Binary1100111011001001111100101111100010101111101111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9F2; }

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

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

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

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

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

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

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

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