Shades of Fog #CFC0EE
Tints of Fog #CFC0EE
RGB
CMYK
RGB Variations
Color information
#CFC0EE (or 0xCFC0EE) is known color: Fog. HEX triplet: CF, C0 and EE. RGB value is (207,192,238). Sum of RGB (Red+Green+Blue) = 207+192+238=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC0EE is #303F11. Grayscale: #C9C9C9. Windows color (decimal): -3161874 or 15646927. OLE color: 15646927.
HSL color Cylindrical-coordinate representation of color #CFC0EE: hue angle of 259.57º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC0EE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 192 | 238 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.07 |
| HSL | 259.57º | 0.58% | 0.84% | - |
| HSV(B) | 259.57º | 0.19% | 0.93% | - |
| XYZ | 60.01 | 57.14 | 88.75 | - |
| YUV | 201.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 238 | 0.13 | 0.19 | 0 | 0.07 | 259.57 | 0.58 | 0.84 |
| Hex | CF | C0 | EE | D | 13 | 0 | 7 | 104 | 3A | 54 |
| Octal | 317 | 300 | 356 | 15 | 23 | 0 | 7 | 404 | 72 | 124 |
| Binary | 11001111 | 11000000 | 11101110 | 1101 | 10011 | 0 | 111 | 100000100 | 111010 | 1010100 |
Color Harmonies of #CFC0EE
Complementary color
Monochromatic Colors of #CFC0EE
Black with #CFC0EE
Text Example
Text Example
White with #CFC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0EE; }
p { color: rgb(207,192,238); }
H1.HeaderClassName
{
color: #CFC0EE;
}
.AnyTagClassName
{
color: #CFC0EE;
}
</style>
background-color css
<style>
a { background-color: #CFC0EE; }
a { background-color: rgb(207,192,238); }
div.DivClassName
{
background-color: #CFC0EE;
}
.BgClassName
{
background-color: #CFC0EE;
}
</style>
border-color css
<style>
span { border-color: #CFC0EE; }
span { border-color: rgb(207,192,238); }
td.TdClassName
{
border-color: #CFC0EE;
}
.TagClassName
{
border-color: #CFC0EE;
}
</style>