Shades of Fog #CFC5EE
Tints of Fog #CFC5EE
RGB
CMYK
RGB Variations
Color information
#CFC5EE (or 0xCFC5EE) is known color: Fog. HEX triplet: CF, C5 and EE. RGB value is (207,197,238). Sum of RGB (Red+Green+Blue) = 207+197+238=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5EE is #303A11. Grayscale: #CCCCCC. Windows color (decimal): -3160594 or 15648207. OLE color: 15648207.
HSL color Cylindrical-coordinate representation of color #CFC5EE: hue angle of 254.63º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC5EE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 197 | 238 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.07 |
| HSL | 254.63º | 0.55% | 0.85% | - |
| HSV(B) | 254.63º | 0.17% | 0.93% | - |
| XYZ | 61.13 | 59.37 | 89.13 | - |
| YUV | 204.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 238 | 0.13 | 0.17 | 0 | 0.07 | 254.63 | 0.55 | 0.85 |
| Hex | CF | C5 | EE | D | 11 | 0 | 7 | FF | 37 | 55 |
| Octal | 317 | 305 | 356 | 15 | 21 | 0 | 7 | 377 | 67 | 125 |
| Binary | 11001111 | 11000101 | 11101110 | 1101 | 10001 | 0 | 111 | 11111111 | 110111 | 1010101 |
Color Harmonies of #CFC5EE
Complementary color
Monochromatic Colors of #CFC5EE
Black with #CFC5EE
Text Example
Text Example
White with #CFC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5EE; }
p { color: rgb(207,197,238); }
H1.HeaderClassName
{
color: #CFC5EE;
}
.AnyTagClassName
{
color: #CFC5EE;
}
</style>
background-color css
<style>
a { background-color: #CFC5EE; }
a { background-color: rgb(207,197,238); }
div.DivClassName
{
background-color: #CFC5EE;
}
.BgClassName
{
background-color: #CFC5EE;
}
</style>
border-color css
<style>
span { border-color: #CFC5EE; }
span { border-color: rgb(207,197,238); }
td.TdClassName
{
border-color: #CFC5EE;
}
.TagClassName
{
border-color: #CFC5EE;
}
</style>