Shades of Fog #CFC2ED
Tints of Fog #CFC2ED
RGB
CMYK
RGB Variations
Color information
#CFC2ED (or 0xCFC2ED) is known color: Fog. HEX triplet: CF, C2 and ED. RGB value is (207,194,237). Sum of RGB (Red+Green+Blue) = 207+194+237=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2ED is #303D12. Grayscale: #CACACA. Windows color (decimal): -3161363 or 15581903. OLE color: 15581903.
HSL color Cylindrical-coordinate representation of color #CFC2ED: hue angle of 258.14º degrees, saturation: 0.54, 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 #CFC2ED is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 194 | 237 | - |
CMYK | 0.13 | 0.18 | 0 | 0.07 |
HSL | 258.14º | 0.54% | 0.85% | - |
HSV(B) | 258.14º | 0.18% | 0.93% | - |
XYZ | 60.31 | 57.96 | 88.13 | - |
YUV | 202.79 | 147.31 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 194 | 237 | 0.13 | 0.18 | 0 | 0.07 | 258.14 | 0.54 | 0.85 |
Hex | CF | C2 | ED | D | 12 | 0 | 7 | 102 | 36 | 55 |
Octal | 317 | 302 | 355 | 15 | 22 | 0 | 7 | 402 | 66 | 125 |
Binary | 11001111 | 11000010 | 11101101 | 1101 | 10010 | 0 | 111 | 100000010 | 110110 | 1010101 |
Color Harmonies of #CFC2ED
Complementary color
Monochromatic Colors of #CFC2ED
Black with #CFC2ED
Text Example
Text Example
White with #CFC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2ED; }
p { color: rgb(207,194,237); }
H1.HeaderClassName
{
color: #CFC2ED;
}
.AnyTagClassName
{
color: #CFC2ED;
}
</style>
background-color css
<style>
a { background-color: #CFC2ED; }
a { background-color: rgb(207,194,237); }
div.DivClassName
{
background-color: #CFC2ED;
}
.BgClassName
{
background-color: #CFC2ED;
}
</style>
border-color css
<style>
span { border-color: #CFC2ED; }
span { border-color: rgb(207,194,237); }
td.TdClassName
{
border-color: #CFC2ED;
}
.TagClassName
{
border-color: #CFC2ED;
}
</style>