Shades of Fog #CFC4ED
Tints of Fog #CFC4ED
RGB
CMYK
RGB Variations
Color information
#CFC4ED (or 0xCFC4ED) is known color: Fog. HEX triplet: CF, C4 and ED. RGB value is (207,196,237). Sum of RGB (Red+Green+Blue) = 207+196+237=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4ED is #303B12. Grayscale: #CBCBCB. Windows color (decimal): -3160851 or 15582415. OLE color: 15582415.
HSL color Cylindrical-coordinate representation of color #CFC4ED: hue angle of 256.1º degrees, saturation: 0.53, 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 #CFC4ED is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 196 | 237 | - |
CMYK | 0.13 | 0.17 | 0 | 0.07 |
HSL | 256.1º | 0.53% | 0.85% | - |
HSV(B) | 256.1º | 0.17% | 0.93% | - |
XYZ | 60.76 | 58.86 | 88.28 | - |
YUV | 203.96 | 146.64 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 196 | 237 | 0.13 | 0.17 | 0 | 0.07 | 256.1 | 0.53 | 0.85 |
Hex | CF | C4 | ED | D | 11 | 0 | 7 | 100 | 35 | 55 |
Octal | 317 | 304 | 355 | 15 | 21 | 0 | 7 | 400 | 65 | 125 |
Binary | 11001111 | 11000100 | 11101101 | 1101 | 10001 | 0 | 111 | 100000000 | 110101 | 1010101 |
Color Harmonies of #CFC4ED
Complementary color
Monochromatic Colors of #CFC4ED
Black with #CFC4ED
Text Example
Text Example
White with #CFC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4ED; }
p { color: rgb(207,196,237); }
H1.HeaderClassName
{
color: #CFC4ED;
}
.AnyTagClassName
{
color: #CFC4ED;
}
</style>
background-color css
<style>
a { background-color: #CFC4ED; }
a { background-color: rgb(207,196,237); }
div.DivClassName
{
background-color: #CFC4ED;
}
.BgClassName
{
background-color: #CFC4ED;
}
</style>
border-color css
<style>
span { border-color: #CFC4ED; }
span { border-color: rgb(207,196,237); }
td.TdClassName
{
border-color: #CFC4ED;
}
.TagClassName
{
border-color: #CFC4ED;
}
</style>