#CFC5DD

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

Shades of Fog #CFC5DD

Tints of Fog #CFC5DD

Color information

#CFC5DD (or 0xCFC5DD) is unknown color: approx Fog. HEX triplet: CF, C5 and DD. RGB value is (207,197,221). Sum of RGB (Red+Green+Blue) = 207+197+221=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5DD is #303A22. Grayscale: #CACACA. Windows color (decimal): -3160611 or 14534095. OLE color: 14534095.

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

Color convert

RGB207197221-
CMYK0.060.1100.13
HSL265º26.09%81.96%-
HSV(B)265º10.86%86.67%-
XYZ58.7558.4276.59-
YUV202.73138.31131.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 197 (77.34% from 255) = 31.52%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=33.12%
G=31.52%
B=35.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071972210.060.1100.1326526.0981.96
HexCFC5DD6B0D1091a52
Octal31730533561301541132122
Binary110011111100010111011101110101101101100001001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5DD; }

 p { color: rgb(207,197,221); }

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

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

 a { background-color: rgb(207,197,221); }

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

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

 span { border-color: rgb(207,197,221); }

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