Shades of Fog #CFC9E5
Tints of Fog #CFC9E5
RGB
CMYK
RGB Variations
Color information
#CFC9E5 (or 0xCFC9E5) is known color: Fog. HEX triplet: CF, C9 and E5. RGB value is (207,201,229). Sum of RGB (Red+Green+Blue) = 207+201+229=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9E5 is #30361A. Grayscale: #CDCDCD. Windows color (decimal): -3159579 or 15059407. OLE color: 15059407.
HSL color Cylindrical-coordinate representation of color #CFC9E5: hue angle of 252.86º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC9E5 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 201 | 229 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.10 |
| HSL | 252.86º | 0.35% | 0.84% | - |
| HSV(B) | 252.86º | 0.12% | 0.9% | - |
| XYZ | 60.76 | 60.7 | 82.64 | - |
| YUV | 205.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 229 | 0.10 | 0.12 | 0 | 0.10 | 252.86 | 0.35 | 0.84 |
| Hex | CF | C9 | E5 | A | C | 0 | A | FD | 23 | 54 |
| Octal | 317 | 311 | 345 | 12 | 14 | 0 | 12 | 375 | 43 | 124 |
| Binary | 11001111 | 11001001 | 11100101 | 1010 | 1100 | 0 | 1010 | 11111101 | 100011 | 1010100 |
Color Harmonies of #CFC9E5
Complementary color
Monochromatic Colors of #CFC9E5
Black with #CFC9E5
Text Example
Text Example
White with #CFC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9E5; }
p { color: rgb(207,201,229); }
H1.HeaderClassName
{
color: #CFC9E5;
}
.AnyTagClassName
{
color: #CFC9E5;
}
</style>
background-color css
<style>
a { background-color: #CFC9E5; }
a { background-color: rgb(207,201,229); }
div.DivClassName
{
background-color: #CFC9E5;
}
.BgClassName
{
background-color: #CFC9E5;
}
</style>
border-color css
<style>
span { border-color: #CFC9E5; }
span { border-color: rgb(207,201,229); }
td.TdClassName
{
border-color: #CFC9E5;
}
.TagClassName
{
border-color: #CFC9E5;
}
</style>