Shades of Fog #CFC2EE
Tints of Fog #CFC2EE
RGB
CMYK
RGB Variations
Color information
#CFC2EE (or 0xCFC2EE) is known color: Fog. HEX triplet: CF, C2 and EE. RGB value is (207,194,238). Sum of RGB (Red+Green+Blue) = 207+194+238=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2EE is #303D11. Grayscale: #CACACA. Windows color (decimal): -3161362 or 15647439. OLE color: 15647439.
HSL color Cylindrical-coordinate representation of color #CFC2EE: hue angle of 257.73º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC2EE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 194 | 238 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.07 |
| HSL | 257.73º | 0.56% | 0.85% | - |
| HSV(B) | 257.73º | 0.18% | 0.93% | - |
| XYZ | 60.46 | 58.02 | 88.9 | - |
| YUV | 202.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 238 | 0.13 | 0.18 | 0 | 0.07 | 257.73 | 0.56 | 0.85 |
| Hex | CF | C2 | EE | D | 12 | 0 | 7 | 102 | 38 | 55 |
| Octal | 317 | 302 | 356 | 15 | 22 | 0 | 7 | 402 | 70 | 125 |
| Binary | 11001111 | 11000010 | 11101110 | 1101 | 10010 | 0 | 111 | 100000010 | 111000 | 1010101 |
Color Harmonies of #CFC2EE
Complementary color
Monochromatic Colors of #CFC2EE
Black with #CFC2EE
Text Example
Text Example
White with #CFC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2EE; }
p { color: rgb(207,194,238); }
H1.HeaderClassName
{
color: #CFC2EE;
}
.AnyTagClassName
{
color: #CFC2EE;
}
</style>
background-color css
<style>
a { background-color: #CFC2EE; }
a { background-color: rgb(207,194,238); }
div.DivClassName
{
background-color: #CFC2EE;
}
.BgClassName
{
background-color: #CFC2EE;
}
</style>
border-color css
<style>
span { border-color: #CFC2EE; }
span { border-color: rgb(207,194,238); }
td.TdClassName
{
border-color: #CFC2EE;
}
.TagClassName
{
border-color: #CFC2EE;
}
</style>