Shades of Fog #CFC8EE
Tints of Fog #CFC8EE
RGB
CMYK
RGB Variations
Color information
#CFC8EE (or 0xCFC8EE) is known color: Fog. HEX triplet: CF, C8 and EE. RGB value is (207,200,238). Sum of RGB (Red+Green+Blue) = 207+200+238=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8EE is #303711. Grayscale: #CECECE. Windows color (decimal): -3159826 or 15648975. OLE color: 15648975.
HSL color Cylindrical-coordinate representation of color #CFC8EE: hue angle of 251.05º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC8EE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 200 | 238 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.07 |
| HSL | 251.05º | 0.53% | 0.86% | - |
| HSV(B) | 251.05º | 0.16% | 0.93% | - |
| XYZ | 61.82 | 60.75 | 89.36 | - |
| YUV | 206.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 238 | 0.13 | 0.16 | 0 | 0.07 | 251.05 | 0.53 | 0.86 |
| Hex | CF | C8 | EE | D | 10 | 0 | 7 | FB | 35 | 56 |
| Octal | 317 | 310 | 356 | 15 | 20 | 0 | 7 | 373 | 65 | 126 |
| Binary | 11001111 | 11001000 | 11101110 | 1101 | 10000 | 0 | 111 | 11111011 | 110101 | 1010110 |
Color Harmonies of #CFC8EE
Complementary color
Monochromatic Colors of #CFC8EE
Black with #CFC8EE
Text Example
Text Example
White with #CFC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8EE; }
p { color: rgb(207,200,238); }
H1.HeaderClassName
{
color: #CFC8EE;
}
.AnyTagClassName
{
color: #CFC8EE;
}
</style>
background-color css
<style>
a { background-color: #CFC8EE; }
a { background-color: rgb(207,200,238); }
div.DivClassName
{
background-color: #CFC8EE;
}
.BgClassName
{
background-color: #CFC8EE;
}
</style>
border-color css
<style>
span { border-color: #CFC8EE; }
span { border-color: rgb(207,200,238); }
td.TdClassName
{
border-color: #CFC8EE;
}
.TagClassName
{
border-color: #CFC8EE;
}
</style>