#CFC7D7

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

Shades of Fog #CFC7D7

Tints of Fog #CFC7D7

Color information

#CFC7D7 (or 0xCFC7D7) is unknown color: approx Fog. HEX triplet: CF, C7 and D7. RGB value is (207,199,215). Sum of RGB (Red+Green+Blue) = 207+199+215=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7D7 is #303828. Grayscale: #CBCBCB. Windows color (decimal): -3160105 or 14141391. OLE color: 14141391.

HSL color Cylindrical-coordinate representation of color #CFC7D7: hue angle of 270º degrees, saturation: 0.17, 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 #CFC7D7 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207199215-
CMYK0.040.0700.16
HSL270º16.67%81.18%-
HSV(B)270º7.44%84.31%-
XYZ58.4259.0272.6-
YUV203.22134.65130.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=33.33%
G=32.05%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071992150.040.0700.1627016.6781.18
HexCFC7D74701010e1151
Octal3173073274702041621121
Binary110011111100011111010111100111010000100001110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7D7; }

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

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

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

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

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

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

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

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