Shades of Fog #CFC9E1
Tints of Fog #CFC9E1
RGB
CMYK
RGB Variations
Color information
#CFC9E1 (or 0xCFC9E1) is known color: Fog. HEX triplet: CF, C9 and E1. RGB value is (207,201,225). Sum of RGB (Red+Green+Blue) = 207+201+225=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9E1 is #30361E. Grayscale: #CDCDCD. Windows color (decimal): -3159583 or 14797263. OLE color: 14797263.
HSL color Cylindrical-coordinate representation of color #CFC9E1: hue angle of 255º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFC9E1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 201 | 225 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.12 |
| HSL | 255º | 0.29% | 0.84% | - |
| HSV(B) | 255º | 0.11% | 0.88% | - |
| XYZ | 60.21 | 60.47 | 79.73 | - |
| YUV | 205.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 225 | 0.08 | 0.11 | 0 | 0.12 | 255 | 0.29 | 0.84 |
| Hex | CF | C9 | E1 | 8 | B | 0 | C | FF | 1D | 54 |
| Octal | 317 | 311 | 341 | 10 | 13 | 0 | 14 | 377 | 35 | 124 |
| Binary | 11001111 | 11001001 | 11100001 | 1000 | 1011 | 0 | 1100 | 11111111 | 11101 | 1010100 |
Color Harmonies of #CFC9E1
Complementary color
Monochromatic Colors of #CFC9E1
Black with #CFC9E1
Text Example
Text Example
White with #CFC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9E1; }
p { color: rgb(207,201,225); }
H1.HeaderClassName
{
color: #CFC9E1;
}
.AnyTagClassName
{
color: #CFC9E1;
}
</style>
background-color css
<style>
a { background-color: #CFC9E1; }
a { background-color: rgb(207,201,225); }
div.DivClassName
{
background-color: #CFC9E1;
}
.BgClassName
{
background-color: #CFC9E1;
}
</style>
border-color css
<style>
span { border-color: #CFC9E1; }
span { border-color: rgb(207,201,225); }
td.TdClassName
{
border-color: #CFC9E1;
}
.TagClassName
{
border-color: #CFC9E1;
}
</style>