Shades of Fog #CFC8E4
Tints of Fog #CFC8E4
RGB
CMYK
RGB Variations
Color information
#CFC8E4 (or 0xCFC8E4) is known color: Fog. HEX triplet: CF, C8 and E4. RGB value is (207,200,228). Sum of RGB (Red+Green+Blue) = 207+200+228=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFC8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8E4 is #30371B. Grayscale: #CDCDCD. Windows color (decimal): -3159836 or 14993615. OLE color: 14993615.
HSL color Cylindrical-coordinate representation of color #CFC8E4: hue angle of 255º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC8E4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 200 | 228 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.11 |
| HSL | 255º | 0.34% | 0.84% | - |
| HSV(B) | 255º | 0.12% | 0.89% | - |
| XYZ | 60.39 | 60.18 | 81.83 | - |
| YUV | 205.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 228 | 0.09 | 0.12 | 0 | 0.11 | 255 | 0.34 | 0.84 |
| Hex | CF | C8 | E4 | 9 | C | 0 | B | FF | 22 | 54 |
| Octal | 317 | 310 | 344 | 11 | 14 | 0 | 13 | 377 | 42 | 124 |
| Binary | 11001111 | 11001000 | 11100100 | 1001 | 1100 | 0 | 1011 | 11111111 | 100010 | 1010100 |
Color Harmonies of #CFC8E4
Complementary color
Monochromatic Colors of #CFC8E4
Black with #CFC8E4
Text Example
Text Example
White with #CFC8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8E4; }
p { color: rgb(207,200,228); }
H1.HeaderClassName
{
color: #CFC8E4;
}
.AnyTagClassName
{
color: #CFC8E4;
}
</style>
background-color css
<style>
a { background-color: #CFC8E4; }
a { background-color: rgb(207,200,228); }
div.DivClassName
{
background-color: #CFC8E4;
}
.BgClassName
{
background-color: #CFC8E4;
}
</style>
border-color css
<style>
span { border-color: #CFC8E4; }
span { border-color: rgb(207,200,228); }
td.TdClassName
{
border-color: #CFC8E4;
}
.TagClassName
{
border-color: #CFC8E4;
}
</style>