Shades of Fog #CFC5E9
Tints of Fog #CFC5E9
RGB
CMYK
RGB Variations
Color information
#CFC5E9 (or 0xCFC5E9) is known color: Fog. HEX triplet: CF, C5 and E9. RGB value is (207,197,233). Sum of RGB (Red+Green+Blue) = 207+197+233=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5E9 is #303A16. Grayscale: #CBCBCB. Windows color (decimal): -3160599 or 15320527. OLE color: 15320527.
HSL color Cylindrical-coordinate representation of color #CFC5E9: hue angle of 256.67º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFC5E9 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 197 | 233 | - |
CMYK | 0.11 | 0.15 | 0 | 0.09 |
HSL | 256.67º | 0.45% | 0.84% | - |
HSV(B) | 256.67º | 0.15% | 0.91% | - |
XYZ | 60.41 | 59.08 | 85.31 | - |
YUV | 204.09 | 144.31 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 197 | 233 | 0.11 | 0.15 | 0 | 0.09 | 256.67 | 0.45 | 0.84 |
Hex | CF | C5 | E9 | B | F | 0 | 9 | 101 | 2D | 54 |
Octal | 317 | 305 | 351 | 13 | 17 | 0 | 11 | 401 | 55 | 124 |
Binary | 11001111 | 11000101 | 11101001 | 1011 | 1111 | 0 | 1001 | 100000001 | 101101 | 1010100 |
Color Harmonies of #CFC5E9
Complementary color
Monochromatic Colors of #CFC5E9
Black with #CFC5E9
Text Example
Text Example
White with #CFC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5E9; }
p { color: rgb(207,197,233); }
H1.HeaderClassName
{
color: #CFC5E9;
}
.AnyTagClassName
{
color: #CFC5E9;
}
</style>
background-color css
<style>
a { background-color: #CFC5E9; }
a { background-color: rgb(207,197,233); }
div.DivClassName
{
background-color: #CFC5E9;
}
.BgClassName
{
background-color: #CFC5E9;
}
</style>
border-color css
<style>
span { border-color: #CFC5E9; }
span { border-color: rgb(207,197,233); }
td.TdClassName
{
border-color: #CFC5E9;
}
.TagClassName
{
border-color: #CFC5E9;
}
</style>