Shades of Fog #CFC7DD
Tints of Fog #CFC7DD
RGB
CMYK
RGB Variations
Color information
#CFC7DD (or 0xCFC7DD) is known color: Fog. HEX triplet: CF, C7 and DD. RGB value is (207,199,221). Sum of RGB (Red+Green+Blue) = 207+199+221=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7DD is #303822. Grayscale: #CBCBCB. Windows color (decimal): -3160099 or 14534607. OLE color: 14534607.
HSL color Cylindrical-coordinate representation of color #CFC7DD: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC7DD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 199 | 221 | - |
CMYK | 0.06 | 0.10 | 0 | 0.13 |
HSL | 261.82º | 0.24% | 0.82% | - |
HSV(B) | 261.82º | 0.1% | 0.87% | - |
XYZ | 59.21 | 59.33 | 76.74 | - |
YUV | 203.9 | 137.65 | 130.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 221 | 0.06 | 0.10 | 0 | 0.13 | 261.82 | 0.24 | 0.82 |
Hex | CF | C7 | DD | 6 | A | 0 | D | 106 | 18 | 52 |
Octal | 317 | 307 | 335 | 6 | 12 | 0 | 15 | 406 | 30 | 122 |
Binary | 11001111 | 11000111 | 11011101 | 110 | 1010 | 0 | 1101 | 100000110 | 11000 | 1010010 |
Color Harmonies of #CFC7DD
Complementary color
Monochromatic Colors of #CFC7DD
Black with #CFC7DD
Text Example
Text Example
White with #CFC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7DD; }
p { color: rgb(207,199,221); }
H1.HeaderClassName
{
color: #CFC7DD;
}
.AnyTagClassName
{
color: #CFC7DD;
}
</style>
background-color css
<style>
a { background-color: #CFC7DD; }
a { background-color: rgb(207,199,221); }
div.DivClassName
{
background-color: #CFC7DD;
}
.BgClassName
{
background-color: #CFC7DD;
}
</style>
border-color css
<style>
span { border-color: #CFC7DD; }
span { border-color: rgb(207,199,221); }
td.TdClassName
{
border-color: #CFC7DD;
}
.TagClassName
{
border-color: #CFC7DD;
}
</style>