Shades of Fog #CFC9E3
Tints of Fog #CFC9E3
RGB
CMYK
RGB Variations
Color information
#CFC9E3 (or 0xCFC9E3) is known color: Fog. HEX triplet: CF, C9 and E3. RGB value is (207,201,227). Sum of RGB (Red+Green+Blue) = 207+201+227=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFC9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9E3 is #30361C. Grayscale: #CDCDCD. Windows color (decimal): -3159581 or 14928335. OLE color: 14928335.
HSL color Cylindrical-coordinate representation of color #CFC9E3: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFC9E3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 201 | 227 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.11 |
| HSL | 253.85º | 0.32% | 0.84% | - |
| HSV(B) | 253.85º | 0.11% | 0.89% | - |
| XYZ | 60.48 | 60.58 | 81.18 | - |
| YUV | 205.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 227 | 0.09 | 0.11 | 0 | 0.11 | 253.85 | 0.32 | 0.84 |
| Hex | CF | C9 | E3 | 9 | B | 0 | B | FE | 20 | 54 |
| Octal | 317 | 311 | 343 | 11 | 13 | 0 | 13 | 376 | 40 | 124 |
| Binary | 11001111 | 11001001 | 11100011 | 1001 | 1011 | 0 | 1011 | 11111110 | 100000 | 1010100 |
Color Harmonies of #CFC9E3
Complementary color
Monochromatic Colors of #CFC9E3
Black with #CFC9E3
Text Example
Text Example
White with #CFC9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9E3; }
p { color: rgb(207,201,227); }
H1.HeaderClassName
{
color: #CFC9E3;
}
.AnyTagClassName
{
color: #CFC9E3;
}
</style>
background-color css
<style>
a { background-color: #CFC9E3; }
a { background-color: rgb(207,201,227); }
div.DivClassName
{
background-color: #CFC9E3;
}
.BgClassName
{
background-color: #CFC9E3;
}
</style>
border-color css
<style>
span { border-color: #CFC9E3; }
span { border-color: rgb(207,201,227); }
td.TdClassName
{
border-color: #CFC9E3;
}
.TagClassName
{
border-color: #CFC9E3;
}
</style>