Shades of Fog #CFC9E8
Tints of Fog #CFC9E8
RGB
CMYK
RGB Variations
Color information
#CFC9E8 (or 0xCFC9E8) is known color: Fog. HEX triplet: CF, C9 and E8. RGB value is (207,201,232). Sum of RGB (Red+Green+Blue) = 207+201+232=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFC9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9E8 is #303617. Grayscale: #CECECE. Windows color (decimal): -3159576 or 15256015. OLE color: 15256015.
HSL color Cylindrical-coordinate representation of color #CFC9E8: hue angle of 251.61º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC9E8 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 201 | 232 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.09 |
| HSL | 251.61º | 0.4% | 0.85% | - |
| HSV(B) | 251.61º | 0.13% | 0.91% | - |
| XYZ | 61.18 | 60.86 | 84.87 | - |
| YUV | 206.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 232 | 0.11 | 0.13 | 0 | 0.09 | 251.61 | 0.4 | 0.85 |
| Hex | CF | C9 | E8 | B | D | 0 | 9 | FC | 28 | 55 |
| Octal | 317 | 311 | 350 | 13 | 15 | 0 | 11 | 374 | 50 | 125 |
| Binary | 11001111 | 11001001 | 11101000 | 1011 | 1101 | 0 | 1001 | 11111100 | 101000 | 1010101 |
Color Harmonies of #CFC9E8
Complementary color
Monochromatic Colors of #CFC9E8
Black with #CFC9E8
Text Example
Text Example
White with #CFC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9E8; }
p { color: rgb(207,201,232); }
H1.HeaderClassName
{
color: #CFC9E8;
}
.AnyTagClassName
{
color: #CFC9E8;
}
</style>
background-color css
<style>
a { background-color: #CFC9E8; }
a { background-color: rgb(207,201,232); }
div.DivClassName
{
background-color: #CFC9E8;
}
.BgClassName
{
background-color: #CFC9E8;
}
</style>
border-color css
<style>
span { border-color: #CFC9E8; }
span { border-color: rgb(207,201,232); }
td.TdClassName
{
border-color: #CFC9E8;
}
.TagClassName
{
border-color: #CFC9E8;
}
</style>