#CEC9F7

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

Shades of Lavender Blue #CEC9F7

Tints of Lavender Blue #CEC9F7

Color information

#CEC9F7 (or 0xCEC9F7) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and F7. RGB value is (206,201,247). Sum of RGB (Red+Green+Blue) = 206+201+247=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEC9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F7 is #313608. Grayscale: #CFCFCF. Windows color (decimal): -3225097 or 16239054. OLE color: 16239054.

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

Color convert

RGB206201247-
CMYK0.170.1900.03
HSL246.52º74.19%87.84%-
HSV(B)246.52º18.62%96.86%-
XYZ63.1361.6196.56-
YUV207.74150.16126.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 201 (78.91% from 255) = 30.73%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=31.50%
G=30.73%
B=37.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062012470.170.1900.03246.5274.1987.84
HexCEC9F7111303f74a58
Octal316311367212303367112130
Binary11001110110010011111011110001100110111111011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9F7; }

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

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

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

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

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

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

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

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