#CFC9EC

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

Shades of Fog #CFC9EC

Tints of Fog #CFC9EC

Color information

#CFC9EC (or 0xCFC9EC) is unknown color: approx Fog. HEX triplet: CF, C9 and EC. RGB value is (207,201,236). Sum of RGB (Red+Green+Blue) = 207+201+236=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9EC is #303613. Grayscale: #CECECE. Windows color (decimal): -3159572 or 15518159. OLE color: 15518159.

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

Color convert

RGB207201236-
CMYK0.120.1500.07
HSL250.29º47.95%85.69%-
HSV(B)250.29º14.83%92.55%-
XYZ61.7661.0987.89-
YUV206.78144.49128.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 201 (78.91% from 255) = 31.21%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=32.14%
G=31.21%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072012360.120.1500.07250.2947.9585.69
HexCFC9ECCF07fa3056
Octal31731135414170737260126
Binary110011111100100111101100110011110111111110101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9EC; }

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

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

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

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

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

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

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

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