Shades of Fog #CFC7ED
Tints of Fog #CFC7ED
RGB
CMYK
RGB Variations
Color information
#CFC7ED (or 0xCFC7ED) is known color: Fog. HEX triplet: CF, C7 and ED. RGB value is (207,199,237). Sum of RGB (Red+Green+Blue) = 207+199+237=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7ED is #303812. Grayscale: #CDCDCD. Windows color (decimal): -3160083 or 15583183. OLE color: 15583183.
HSL color Cylindrical-coordinate representation of color #CFC7ED: hue angle of 252.63º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC7ED is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 199 | 237 | - |
CMYK | 0.13 | 0.16 | 0 | 0.07 |
HSL | 252.63º | 0.51% | 0.85% | - |
HSV(B) | 252.63º | 0.16% | 0.93% | - |
XYZ | 61.44 | 60.23 | 88.51 | - |
YUV | 205.72 | 145.65 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 237 | 0.13 | 0.16 | 0 | 0.07 | 252.63 | 0.51 | 0.85 |
Hex | CF | C7 | ED | D | 10 | 0 | 7 | FD | 33 | 55 |
Octal | 317 | 307 | 355 | 15 | 20 | 0 | 7 | 375 | 63 | 125 |
Binary | 11001111 | 11000111 | 11101101 | 1101 | 10000 | 0 | 111 | 11111101 | 110011 | 1010101 |
Color Harmonies of #CFC7ED
Complementary color
Monochromatic Colors of #CFC7ED
Black with #CFC7ED
Text Example
Text Example
White with #CFC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7ED; }
p { color: rgb(207,199,237); }
H1.HeaderClassName
{
color: #CFC7ED;
}
.AnyTagClassName
{
color: #CFC7ED;
}
</style>
background-color css
<style>
a { background-color: #CFC7ED; }
a { background-color: rgb(207,199,237); }
div.DivClassName
{
background-color: #CFC7ED;
}
.BgClassName
{
background-color: #CFC7ED;
}
</style>
border-color css
<style>
span { border-color: #CFC7ED; }
span { border-color: rgb(207,199,237); }
td.TdClassName
{
border-color: #CFC7ED;
}
.TagClassName
{
border-color: #CFC7ED;
}
</style>