#CFC9EE

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

Shades of Lavender Blue #CFC9EE

Tints of Lavender Blue #CFC9EE

Color information

#CFC9EE (or 0xCFC9EE) is unknown color: approx Lavender Blue. HEX triplet: CF, C9 and EE. RGB value is (207,201,238). Sum of RGB (Red+Green+Blue) = 207+201+238=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9EE is #303611. Grayscale: #CECECE. Windows color (decimal): -3159570 or 15649231. OLE color: 15649231.

HSL color Cylindrical-coordinate representation of color #CFC9EE: hue angle of 249.73º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC9EE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207201238-
CMYK0.130.1600.07
HSL249.73º52.11%86.08%-
HSV(B)249.73º15.55%93.33%-
XYZ62.0561.2189.43-
YUV207.01145.49127.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 201 (78.91% from 255) = 31.11%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=32.04%
G=31.11%
B=36.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072012380.130.1600.07249.7352.1186.08
HexCFC9EED1007fa3456
Octal31731135615200737264126
Binary1100111111001001111011101101100000111111110101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9EE; }

 p { color: rgb(207,201,238); }

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

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

 a { background-color: rgb(207,201,238); }

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

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

 span { border-color: rgb(207,201,238); }

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