Shades of Fog #CFC8E6
Tints of Fog #CFC8E6
RGB
CMYK
RGB Variations
Color information
#CFC8E6 (or 0xCFC8E6) is known color: Fog. HEX triplet: CF, C8 and E6. RGB value is (207,200,230). Sum of RGB (Red+Green+Blue) = 207+200+230=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8E6 is #303719. Grayscale: #CDCDCD. Windows color (decimal): -3159834 or 15124687. OLE color: 15124687.
HSL color Cylindrical-coordinate representation of color #CFC8E6: hue angle of 254º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC8E6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 200 | 230 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.10 |
| HSL | 254º | 0.38% | 0.84% | - |
| HSV(B) | 254º | 0.13% | 0.9% | - |
| XYZ | 60.67 | 60.29 | 83.3 | - |
| YUV | 205.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 230 | 0.10 | 0.13 | 0 | 0.10 | 254 | 0.38 | 0.84 |
| Hex | CF | C8 | E6 | A | D | 0 | A | FE | 26 | 54 |
| Octal | 317 | 310 | 346 | 12 | 15 | 0 | 12 | 376 | 46 | 124 |
| Binary | 11001111 | 11001000 | 11100110 | 1010 | 1101 | 0 | 1010 | 11111110 | 100110 | 1010100 |
Color Harmonies of #CFC8E6
Complementary color
Monochromatic Colors of #CFC8E6
Black with #CFC8E6
Text Example
Text Example
White with #CFC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8E6; }
p { color: rgb(207,200,230); }
H1.HeaderClassName
{
color: #CFC8E6;
}
.AnyTagClassName
{
color: #CFC8E6;
}
</style>
background-color css
<style>
a { background-color: #CFC8E6; }
a { background-color: rgb(207,200,230); }
div.DivClassName
{
background-color: #CFC8E6;
}
.BgClassName
{
background-color: #CFC8E6;
}
</style>
border-color css
<style>
span { border-color: #CFC8E6; }
span { border-color: rgb(207,200,230); }
td.TdClassName
{
border-color: #CFC8E6;
}
.TagClassName
{
border-color: #CFC8E6;
}
</style>