Shades of Fog #CFC5DE
Tints of Fog #CFC5DE
RGB
CMYK
RGB Variations
Color information
#CFC5DE (or 0xCFC5DE) is known color: Fog. HEX triplet: CF, C5 and DE. RGB value is (207,197,222). Sum of RGB (Red+Green+Blue) = 207+197+222=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5DE is #303A21. Grayscale: #CACACA. Windows color (decimal): -3160610 or 14599631. OLE color: 14599631.
HSL color Cylindrical-coordinate representation of color #CFC5DE: hue angle of 264º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFC5DE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 197 | 222 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.13 |
| HSL | 264º | 0.27% | 0.82% | - |
| HSV(B) | 264º | 0.11% | 0.87% | - |
| XYZ | 58.88 | 58.47 | 77.29 | - |
| YUV | 202.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 222 | 0.07 | 0.11 | 0 | 0.13 | 264 | 0.27 | 0.82 |
| Hex | CF | C5 | DE | 7 | B | 0 | D | 108 | 1B | 52 |
| Octal | 317 | 305 | 336 | 7 | 13 | 0 | 15 | 410 | 33 | 122 |
| Binary | 11001111 | 11000101 | 11011110 | 111 | 1011 | 0 | 1101 | 100001000 | 11011 | 1010010 |
Color Harmonies of #CFC5DE
Complementary color
Monochromatic Colors of #CFC5DE
Black with #CFC5DE
Text Example
Text Example
White with #CFC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5DE; }
p { color: rgb(207,197,222); }
H1.HeaderClassName
{
color: #CFC5DE;
}
.AnyTagClassName
{
color: #CFC5DE;
}
</style>
background-color css
<style>
a { background-color: #CFC5DE; }
a { background-color: rgb(207,197,222); }
div.DivClassName
{
background-color: #CFC5DE;
}
.BgClassName
{
background-color: #CFC5DE;
}
</style>
border-color css
<style>
span { border-color: #CFC5DE; }
span { border-color: rgb(207,197,222); }
td.TdClassName
{
border-color: #CFC5DE;
}
.TagClassName
{
border-color: #CFC5DE;
}
</style>