Shades of Fog #CFC1EE
Tints of Fog #CFC1EE
RGB
CMYK
RGB Variations
Color information
#CFC1EE (or 0xCFC1EE) is known color: Fog. HEX triplet: CF, C1 and EE. RGB value is (207,193,238). Sum of RGB (Red+Green+Blue) = 207+193+238=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC1EE is #303E11. Grayscale: #CACACA. Windows color (decimal): -3161618 or 15647183. OLE color: 15647183.
HSL color Cylindrical-coordinate representation of color #CFC1EE: hue angle of 258.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC1EE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 193 | 238 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.07 |
| HSL | 258.67º | 0.57% | 0.85% | - |
| HSV(B) | 258.67º | 0.19% | 0.93% | - |
| XYZ | 60.23 | 57.58 | 88.83 | - |
| YUV | 202.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 238 | 0.13 | 0.19 | 0 | 0.07 | 258.67 | 0.57 | 0.85 |
| Hex | CF | C1 | EE | D | 13 | 0 | 7 | 103 | 39 | 55 |
| Octal | 317 | 301 | 356 | 15 | 23 | 0 | 7 | 403 | 71 | 125 |
| Binary | 11001111 | 11000001 | 11101110 | 1101 | 10011 | 0 | 111 | 100000011 | 111001 | 1010101 |
Color Harmonies of #CFC1EE
Complementary color
Monochromatic Colors of #CFC1EE
Black with #CFC1EE
Text Example
Text Example
White with #CFC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1EE; }
p { color: rgb(207,193,238); }
H1.HeaderClassName
{
color: #CFC1EE;
}
.AnyTagClassName
{
color: #CFC1EE;
}
</style>
background-color css
<style>
a { background-color: #CFC1EE; }
a { background-color: rgb(207,193,238); }
div.DivClassName
{
background-color: #CFC1EE;
}
.BgClassName
{
background-color: #CFC1EE;
}
</style>
border-color css
<style>
span { border-color: #CFC1EE; }
span { border-color: rgb(207,193,238); }
td.TdClassName
{
border-color: #CFC1EE;
}
.TagClassName
{
border-color: #CFC1EE;
}
</style>