Shades of Fog #CFC0DD
Tints of Fog #CFC0DD
RGB
CMYK
RGB Variations
Color information
#CFC0DD (or 0xCFC0DD) is known color: Fog. HEX triplet: CF, C0 and DD. RGB value is (207,192,221). Sum of RGB (Red+Green+Blue) = 207+192+221=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0DD is #303F22. Grayscale: #C7C7C7. Windows color (decimal): -3161891 or 14532815. OLE color: 14532815.
HSL color Cylindrical-coordinate representation of color #CFC0DD: hue angle of 271.03º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC0DD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 192 | 221 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.13 |
| HSL | 271.03º | 0.3% | 0.81% | - |
| HSV(B) | 271.03º | 0.13% | 0.87% | - |
| XYZ | 57.63 | 56.19 | 76.21 | - |
| YUV | 199.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 221 | 0.06 | 0.13 | 0 | 0.13 | 271.03 | 0.3 | 0.81 |
| Hex | CF | C0 | DD | 6 | D | 0 | D | 10F | 1E | 51 |
| Octal | 317 | 300 | 335 | 6 | 15 | 0 | 15 | 417 | 36 | 121 |
| Binary | 11001111 | 11000000 | 11011101 | 110 | 1101 | 0 | 1101 | 100001111 | 11110 | 1010001 |
Color Harmonies of #CFC0DD
Complementary color
Monochromatic Colors of #CFC0DD
Black with #CFC0DD
Text Example
Text Example
White with #CFC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0DD; }
p { color: rgb(207,192,221); }
H1.HeaderClassName
{
color: #CFC0DD;
}
.AnyTagClassName
{
color: #CFC0DD;
}
</style>
background-color css
<style>
a { background-color: #CFC0DD; }
a { background-color: rgb(207,192,221); }
div.DivClassName
{
background-color: #CFC0DD;
}
.BgClassName
{
background-color: #CFC0DD;
}
</style>
border-color css
<style>
span { border-color: #CFC0DD; }
span { border-color: rgb(207,192,221); }
td.TdClassName
{
border-color: #CFC0DD;
}
.TagClassName
{
border-color: #CFC0DD;
}
</style>