Shades of Fog #CFC8DA
Tints of Fog #CFC8DA
RGB
CMYK
RGB Variations
Color information
#CFC8DA (or 0xCFC8DA) is known color: Fog. HEX triplet: CF, C8 and DA. RGB value is (207,200,218). Sum of RGB (Red+Green+Blue) = 207+200+218=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8DA is #303725. Grayscale: #CCCCCC. Windows color (decimal): -3159846 or 14338255. OLE color: 14338255.
HSL color Cylindrical-coordinate representation of color #CFC8DA: hue angle of 263.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC8DA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 200 | 218 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.15 |
| HSL | 263.33º | 0.2% | 0.82% | - |
| HSV(B) | 263.33º | 0.08% | 0.85% | - |
| XYZ | 59.04 | 59.64 | 74.73 | - |
| YUV | 204.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 218 | 0.05 | 0.08 | 0 | 0.15 | 263.33 | 0.2 | 0.82 |
| Hex | CF | C8 | DA | 5 | 8 | 0 | F | 107 | 14 | 52 |
| Octal | 317 | 310 | 332 | 5 | 10 | 0 | 17 | 407 | 24 | 122 |
| Binary | 11001111 | 11001000 | 11011010 | 101 | 1000 | 0 | 1111 | 100000111 | 10100 | 1010010 |
Color Harmonies of #CFC8DA
Complementary color
Monochromatic Colors of #CFC8DA
Black with #CFC8DA
Text Example
Text Example
White with #CFC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8DA; }
p { color: rgb(207,200,218); }
H1.HeaderClassName
{
color: #CFC8DA;
}
.AnyTagClassName
{
color: #CFC8DA;
}
</style>
background-color css
<style>
a { background-color: #CFC8DA; }
a { background-color: rgb(207,200,218); }
div.DivClassName
{
background-color: #CFC8DA;
}
.BgClassName
{
background-color: #CFC8DA;
}
</style>
border-color css
<style>
span { border-color: #CFC8DA; }
span { border-color: rgb(207,200,218); }
td.TdClassName
{
border-color: #CFC8DA;
}
.TagClassName
{
border-color: #CFC8DA;
}
</style>