#CFC7DD

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

Shades of Fog #CFC7DD

Tints of Fog #CFC7DD

Color information

#CFC7DD (or 0xCFC7DD) is unknown color: approx Fog. HEX triplet: CF, C7 and DD. RGB value is (207,199,221). Sum of RGB (Red+Green+Blue) = 207+199+221=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7DD is #303822. Grayscale: #CBCBCB. Windows color (decimal): -3160099 or 14534607. OLE color: 14534607.

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

Color convert

RGB207199221-
CMYK0.060.1000.13
HSL261.82º24.44%82.35%-
HSV(B)261.82º9.95%86.67%-
XYZ59.2159.3376.74-
YUV203.9137.65130.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 199 (78.12% from 255) = 31.74%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=33.01%
G=31.74%
B=35.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071992210.060.1000.13261.8224.4482.35
HexCFC7DD6A0D1061852
Octal31730733561201540630122
Binary110011111100011111011101110101001101100000110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7DD; }

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

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

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

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

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

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

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

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