#CFCCF0

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

Shades of Lavender Blue #CFCCF0

Tints of Lavender Blue #CFCCF0

Color information

#CFCCF0 (or 0xCFCCF0) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and F0. RGB value is (207,204,240). Sum of RGB (Red+Green+Blue) = 207+204+240=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF0 is #30330F. Grayscale: #D0D0D0. Windows color (decimal): -3158800 or 15781071. OLE color: 15781071.

HSL color Cylindrical-coordinate representation of color #CFCCF0: hue angle of 245º degrees, saturation: 0.55, 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 #CFCCF0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207204240-
CMYK0.140.1500.06
HSL245º54.55%87.06%-
HSV(B)245º15%94.12%-
XYZ63.0562.7491.23-
YUV209145.49126.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=31.80%
G=31.34%
B=36.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072042400.140.1500.0624554.5587.06
HexCFCCF0EF06f53757
Octal31731436016170636567127
Binary110011111100110011110000111011110110111101011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCF0; }

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

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

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

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

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

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

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

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