#CEC9F9

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

Shades of Lavender Blue #CEC9F9

Tints of Lavender Blue #CEC9F9

Color information

#CEC9F9 (or 0xCEC9F9) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and F9. RGB value is (206,201,249). Sum of RGB (Red+Green+Blue) = 206+201+249=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F9 is #313606. Grayscale: #CFCFCF. Windows color (decimal): -3225095 or 16370126. OLE color: 16370126.

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

Color convert

RGB206201249-
CMYK0.170.1900.02
HSL246.25º80%88.24%-
HSV(B)246.25º19.28%97.65%-
XYZ63.4461.7398.19-
YUV207.97151.16126.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=31.40%
G=30.64%
B=37.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062012490.170.1900.02246.258088.24
HexCEC9F9111302f65058
Octal316311371212302366120130
Binary11001110110010011111100110001100110101111011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9F9; }

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

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

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

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

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

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

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

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