#CFCCF3

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

Shades of Lavender Blue #CFCCF3

Tints of Lavender Blue #CFCCF3

Color information

#CFCCF3 (or 0xCFCCF3) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and F3. RGB value is (207,204,243). Sum of RGB (Red+Green+Blue) = 207+204+243=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFCCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF3 is #30330C. Grayscale: #D1D1D1. Windows color (decimal): -3158797 or 15977679. OLE color: 15977679.

HSL color Cylindrical-coordinate representation of color #CFCCF3: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCCF3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207204243-
CMYK0.150.1600.05
HSL244.62º61.9%87.65%-
HSV(B)244.62º16.05%95.29%-
XYZ63.562.9293.59-
YUV209.34146.99126.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=31.65%
G=31.19%
B=37.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072042430.150.1600.05244.6261.987.65
HexCFCCF3F1005f53e58
Octal31731436317200536576130
Binary1100111111001100111100111111100000101111101011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCF3; }

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

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

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

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

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

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

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

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