#CFC7D6

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

Shades of Fog #CFC7D6

Tints of Fog #CFC7D6

Color information

#CFC7D6 (or 0xCFC7D6) is unknown color: approx Fog. HEX triplet: CF, C7 and D6. RGB value is (207,199,214). Sum of RGB (Red+Green+Blue) = 207+199+214=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFC7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7D6 is #303829. Grayscale: #CBCBCB. Windows color (decimal): -3160106 or 14075855. OLE color: 14075855.

HSL color Cylindrical-coordinate representation of color #CFC7D6: hue angle of 272º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC7D6 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207199214-
CMYK0.030.0700.16
HSL272º15.46%80.98%-
HSV(B)272º7.01%83.92%-
XYZ58.2958.9771.93-
YUV203.1134.15130.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=33.39%
G=32.10%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071992140.030.0700.1627215.4680.98
HexCFC7D637010110f51
Octal3173073263702042017121
Binary1100111111000111110101101111101000010001000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7D6; }

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

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

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

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

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

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

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

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