Shades of Fog #CFC6EE
Tints of Fog #CFC6EE
RGB
CMYK
RGB Variations
Color information
#CFC6EE (or 0xCFC6EE) is known color: Fog. HEX triplet: CF, C6 and EE. RGB value is (207,198,238). Sum of RGB (Red+Green+Blue) = 207+198+238=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6EE is #303911. Grayscale: #CDCDCD. Windows color (decimal): -3160338 or 15648463. OLE color: 15648463.
HSL color Cylindrical-coordinate representation of color #CFC6EE: hue angle of 253.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC6EE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 198 | 238 | - |
CMYK | 0.13 | 0.17 | 0 | 0.07 |
HSL | 253.5º | 0.54% | 0.85% | - |
HSV(B) | 253.5º | 0.17% | 0.93% | - |
XYZ | 61.36 | 59.83 | 89.2 | - |
YUV | 205.25 | 146.48 | 129.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 198 | 238 | 0.13 | 0.17 | 0 | 0.07 | 253.5 | 0.54 | 0.85 |
Hex | CF | C6 | EE | D | 11 | 0 | 7 | FE | 36 | 55 |
Octal | 317 | 306 | 356 | 15 | 21 | 0 | 7 | 376 | 66 | 125 |
Binary | 11001111 | 11000110 | 11101110 | 1101 | 10001 | 0 | 111 | 11111110 | 110110 | 1010101 |
Color Harmonies of #CFC6EE
Complementary color
Monochromatic Colors of #CFC6EE
Black with #CFC6EE
Text Example
Text Example
White with #CFC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6EE; }
p { color: rgb(207,198,238); }
H1.HeaderClassName
{
color: #CFC6EE;
}
.AnyTagClassName
{
color: #CFC6EE;
}
</style>
background-color css
<style>
a { background-color: #CFC6EE; }
a { background-color: rgb(207,198,238); }
div.DivClassName
{
background-color: #CFC6EE;
}
.BgClassName
{
background-color: #CFC6EE;
}
</style>
border-color css
<style>
span { border-color: #CFC6EE; }
span { border-color: rgb(207,198,238); }
td.TdClassName
{
border-color: #CFC6EE;
}
.TagClassName
{
border-color: #CFC6EE;
}
</style>