Shades of Fog #CFC6DB
Tints of Fog #CFC6DB
RGB
CMYK
RGB Variations
Color information
#CFC6DB (or 0xCFC6DB) is known color: Fog. HEX triplet: CF, C6 and DB. RGB value is (207,198,219). Sum of RGB (Red+Green+Blue) = 207+198+219=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6DB is #303924. Grayscale: #CBCBCB. Windows color (decimal): -3160357 or 14403279. OLE color: 14403279.
HSL color Cylindrical-coordinate representation of color #CFC6DB: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC6DB is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 198 | 219 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.14 |
| HSL | 265.71º | 0.23% | 0.82% | - |
| HSV(B) | 265.71º | 0.1% | 0.86% | - |
| XYZ | 58.71 | 58.77 | 75.27 | - |
| YUV | 203.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 219 | 0.05 | 0.10 | 0 | 0.14 | 265.71 | 0.23 | 0.82 |
| Hex | CF | C6 | DB | 5 | A | 0 | E | 10A | 17 | 52 |
| Octal | 317 | 306 | 333 | 5 | 12 | 0 | 16 | 412 | 27 | 122 |
| Binary | 11001111 | 11000110 | 11011011 | 101 | 1010 | 0 | 1110 | 100001010 | 10111 | 1010010 |
Color Harmonies of #CFC6DB
Complementary color
Monochromatic Colors of #CFC6DB
Black with #CFC6DB
Text Example
Text Example
White with #CFC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6DB; }
p { color: rgb(207,198,219); }
H1.HeaderClassName
{
color: #CFC6DB;
}
.AnyTagClassName
{
color: #CFC6DB;
}
</style>
background-color css
<style>
a { background-color: #CFC6DB; }
a { background-color: rgb(207,198,219); }
div.DivClassName
{
background-color: #CFC6DB;
}
.BgClassName
{
background-color: #CFC6DB;
}
</style>
border-color css
<style>
span { border-color: #CFC6DB; }
span { border-color: rgb(207,198,219); }
td.TdClassName
{
border-color: #CFC6DB;
}
.TagClassName
{
border-color: #CFC6DB;
}
</style>