#CFCCEF

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

Shades of Lavender Blue #CFCCEF

Tints of Lavender Blue #CFCCEF

Color information

#CFCCEF (or 0xCFCCEF) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and EF. RGB value is (207,204,239). Sum of RGB (Red+Green+Blue) = 207+204+239=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCEF is #303310. Grayscale: #D0D0D0. Windows color (decimal): -3158801 or 15715535. OLE color: 15715535.

HSL color Cylindrical-coordinate representation of color #CFCCEF: hue angle of 245.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCCEF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207204239-
CMYK0.130.1500.06
HSL245.14º52.24%86.86%-
HSV(B)245.14º14.64%93.73%-
XYZ62.962.6890.44-
YUV208.89144.99126.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.85%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=31.85%
G=31.38%
B=36.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072042390.130.1500.06245.1452.2486.86
HexCFCCEFDF06f53457
Octal31731435715170636564127
Binary110011111100110011101111110111110110111101011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCEF; }

 p { color: rgb(207,204,239); }

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

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

 a { background-color: rgb(207,204,239); }

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

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

 span { border-color: rgb(207,204,239); }

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