#CEC9F5

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

Shades of Lavender Blue #CEC9F5

Tints of Lavender Blue #CEC9F5

Color information

#CEC9F5 (or 0xCEC9F5) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and F5. RGB value is (206,201,245). Sum of RGB (Red+Green+Blue) = 206+201+245=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEC9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F5 is #31360A. Grayscale: #CFCFCF. Windows color (decimal): -3225099 or 16107982. OLE color: 16107982.

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

Color convert

RGB206201245-
CMYK0.160.1800.04
HSL246.82º68.75%87.45%-
HSV(B)246.82º17.96%96.08%-
XYZ62.8261.4994.94-
YUV207.51149.16126.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 201 (78.91% from 255) = 30.83%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=31.60%
G=30.83%
B=37.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062012450.160.1800.04246.8268.7587.45
HexCEC9F5101204f74557
Octal316311365202204367105127
Binary110011101100100111110101100001001001001111011110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9F5; }

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

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

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

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

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

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

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

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