Shades of Fog #CFC7E8
Tints of Fog #CFC7E8
RGB
CMYK
RGB Variations
Color information
#CFC7E8 (or 0xCFC7E8) is known color: Fog. HEX triplet: CF, C7 and E8. RGB value is (207,199,232). Sum of RGB (Red+Green+Blue) = 207+199+232=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7E8 is #303817. Grayscale: #CDCDCD. Windows color (decimal): -3160088 or 15255503. OLE color: 15255503.
HSL color Cylindrical-coordinate representation of color #CFC7E8: hue angle of 254.55º 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 #CFC7E8 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 199 | 232 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.09 |
| HSL | 254.55º | 0.42% | 0.85% | - |
| HSV(B) | 254.55º | 0.14% | 0.91% | - |
| XYZ | 60.72 | 59.94 | 84.71 | - |
| YUV | 205.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 232 | 0.11 | 0.14 | 0 | 0.09 | 254.55 | 0.42 | 0.85 |
| Hex | CF | C7 | E8 | B | E | 0 | 9 | FF | 2A | 55 |
| Octal | 317 | 307 | 350 | 13 | 16 | 0 | 11 | 377 | 52 | 125 |
| Binary | 11001111 | 11000111 | 11101000 | 1011 | 1110 | 0 | 1001 | 11111111 | 101010 | 1010101 |
Color Harmonies of #CFC7E8
Complementary color
Monochromatic Colors of #CFC7E8
Black with #CFC7E8
Text Example
Text Example
White with #CFC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7E8; }
p { color: rgb(207,199,232); }
H1.HeaderClassName
{
color: #CFC7E8;
}
.AnyTagClassName
{
color: #CFC7E8;
}
</style>
background-color css
<style>
a { background-color: #CFC7E8; }
a { background-color: rgb(207,199,232); }
div.DivClassName
{
background-color: #CFC7E8;
}
.BgClassName
{
background-color: #CFC7E8;
}
</style>
border-color css
<style>
span { border-color: #CFC7E8; }
span { border-color: rgb(207,199,232); }
td.TdClassName
{
border-color: #CFC7E8;
}
.TagClassName
{
border-color: #CFC7E8;
}
</style>