Shades of Fog #CFC2E1
Tints of Fog #CFC2E1
RGB
CMYK
RGB Variations
Color information
#CFC2E1 (or 0xCFC2E1) is known color: Fog. HEX triplet: CF, C2 and E1. RGB value is (207,194,225). Sum of RGB (Red+Green+Blue) = 207+194+225=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFC2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2E1 is #303D1E. Grayscale: #C9C9C9. Windows color (decimal): -3161375 or 14795471. OLE color: 14795471.
HSL color Cylindrical-coordinate representation of color #CFC2E1: hue angle of 265.16º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFC2E1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 194 | 225 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.12 |
| HSL | 265.16º | 0.34% | 0.82% | - |
| HSV(B) | 265.16º | 0.14% | 0.88% | - |
| XYZ | 58.61 | 57.29 | 79.2 | - |
| YUV | 201.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 225 | 0.08 | 0.14 | 0 | 0.12 | 265.16 | 0.34 | 0.82 |
| Hex | CF | C2 | E1 | 8 | E | 0 | C | 109 | 22 | 52 |
| Octal | 317 | 302 | 341 | 10 | 16 | 0 | 14 | 411 | 42 | 122 |
| Binary | 11001111 | 11000010 | 11100001 | 1000 | 1110 | 0 | 1100 | 100001001 | 100010 | 1010010 |
Color Harmonies of #CFC2E1
Complementary color
Monochromatic Colors of #CFC2E1
Black with #CFC2E1
Text Example
Text Example
White with #CFC2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2E1; }
p { color: rgb(207,194,225); }
H1.HeaderClassName
{
color: #CFC2E1;
}
.AnyTagClassName
{
color: #CFC2E1;
}
</style>
background-color css
<style>
a { background-color: #CFC2E1; }
a { background-color: rgb(207,194,225); }
div.DivClassName
{
background-color: #CFC2E1;
}
.BgClassName
{
background-color: #CFC2E1;
}
</style>
border-color css
<style>
span { border-color: #CFC2E1; }
span { border-color: rgb(207,194,225); }
td.TdClassName
{
border-color: #CFC2E1;
}
.TagClassName
{
border-color: #CFC2E1;
}
</style>