Shades of Fog #CFC6ED
Tints of Fog #CFC6ED
RGB
CMYK
RGB Variations
Color information
#CFC6ED (or 0xCFC6ED) is known color: Fog. HEX triplet: CF, C6 and ED. RGB value is (207,198,237). Sum of RGB (Red+Green+Blue) = 207+198+237=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6ED is #303912. Grayscale: #CCCCCC. Windows color (decimal): -3160339 or 15582927. OLE color: 15582927.
HSL color Cylindrical-coordinate representation of color #CFC6ED: hue angle of 253.85º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC6ED is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 198 | 237 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.07 |
| HSL | 253.85º | 0.52% | 0.85% | - |
| HSV(B) | 253.85º | 0.16% | 0.93% | - |
| XYZ | 61.21 | 59.77 | 88.43 | - |
| YUV | 205.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 237 | 0.13 | 0.16 | 0 | 0.07 | 253.85 | 0.52 | 0.85 |
| Hex | CF | C6 | ED | D | 10 | 0 | 7 | FE | 34 | 55 |
| Octal | 317 | 306 | 355 | 15 | 20 | 0 | 7 | 376 | 64 | 125 |
| Binary | 11001111 | 11000110 | 11101101 | 1101 | 10000 | 0 | 111 | 11111110 | 110100 | 1010101 |
Color Harmonies of #CFC6ED
Complementary color
Monochromatic Colors of #CFC6ED
Black with #CFC6ED
Text Example
Text Example
White with #CFC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6ED; }
p { color: rgb(207,198,237); }
H1.HeaderClassName
{
color: #CFC6ED;
}
.AnyTagClassName
{
color: #CFC6ED;
}
</style>
background-color css
<style>
a { background-color: #CFC6ED; }
a { background-color: rgb(207,198,237); }
div.DivClassName
{
background-color: #CFC6ED;
}
.BgClassName
{
background-color: #CFC6ED;
}
</style>
border-color css
<style>
span { border-color: #CFC6ED; }
span { border-color: rgb(207,198,237); }
td.TdClassName
{
border-color: #CFC6ED;
}
.TagClassName
{
border-color: #CFC6ED;
}
</style>