Shades of Fog #CFC9E9
Tints of Fog #CFC9E9
RGB
CMYK
RGB Variations
Color information
#CFC9E9 (or 0xCFC9E9) is known color: Fog. HEX triplet: CF, C9 and E9. RGB value is (207,201,233). Sum of RGB (Red+Green+Blue) = 207+201+233=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFC9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9E9 is #303616. Grayscale: #CECECE. Windows color (decimal): -3159575 or 15321551. OLE color: 15321551.
HSL color Cylindrical-coordinate representation of color #CFC9E9: hue angle of 251.25º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFC9E9 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 201 | 233 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.09 |
| HSL | 251.25º | 0.42% | 0.85% | - |
| HSV(B) | 251.25º | 0.14% | 0.91% | - |
| XYZ | 61.33 | 60.92 | 85.62 | - |
| YUV | 206.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 233 | 0.11 | 0.14 | 0 | 0.09 | 251.25 | 0.42 | 0.85 |
| Hex | CF | C9 | E9 | B | E | 0 | 9 | FB | 2A | 55 |
| Octal | 317 | 311 | 351 | 13 | 16 | 0 | 11 | 373 | 52 | 125 |
| Binary | 11001111 | 11001001 | 11101001 | 1011 | 1110 | 0 | 1001 | 11111011 | 101010 | 1010101 |
Color Harmonies of #CFC9E9
Complementary color
Monochromatic Colors of #CFC9E9
Black with #CFC9E9
Text Example
Text Example
White with #CFC9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9E9; }
p { color: rgb(207,201,233); }
H1.HeaderClassName
{
color: #CFC9E9;
}
.AnyTagClassName
{
color: #CFC9E9;
}
</style>
background-color css
<style>
a { background-color: #CFC9E9; }
a { background-color: rgb(207,201,233); }
div.DivClassName
{
background-color: #CFC9E9;
}
.BgClassName
{
background-color: #CFC9E9;
}
</style>
border-color css
<style>
span { border-color: #CFC9E9; }
span { border-color: rgb(207,201,233); }
td.TdClassName
{
border-color: #CFC9E9;
}
.TagClassName
{
border-color: #CFC9E9;
}
</style>