Shades of Fog #CFC5DD
Tints of Fog #CFC5DD
RGB
CMYK
RGB Variations
Color information
#CFC5DD (or 0xCFC5DD) is known color: Fog. HEX triplet: CF, C5 and DD. RGB value is (207,197,221). Sum of RGB (Red+Green+Blue) = 207+197+221=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5DD is #303A22. Grayscale: #CACACA. Windows color (decimal): -3160611 or 14534095. OLE color: 14534095.
HSL color Cylindrical-coordinate representation of color #CFC5DD: hue angle of 265º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFC5DD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 197 | 221 | - |
CMYK | 0.06 | 0.11 | 0 | 0.13 |
HSL | 265º | 0.26% | 0.82% | - |
HSV(B) | 265º | 0.11% | 0.87% | - |
XYZ | 58.75 | 58.42 | 76.59 | - |
YUV | 202.73 | 138.31 | 131.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 197 | 221 | 0.06 | 0.11 | 0 | 0.13 | 265 | 0.26 | 0.82 |
Hex | CF | C5 | DD | 6 | B | 0 | D | 109 | 1A | 52 |
Octal | 317 | 305 | 335 | 6 | 13 | 0 | 15 | 411 | 32 | 122 |
Binary | 11001111 | 11000101 | 11011101 | 110 | 1011 | 0 | 1101 | 100001001 | 11010 | 1010010 |
Color Harmonies of #CFC5DD
Complementary color
Monochromatic Colors of #CFC5DD
Black with #CFC5DD
Text Example
Text Example
White with #CFC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5DD; }
p { color: rgb(207,197,221); }
H1.HeaderClassName
{
color: #CFC5DD;
}
.AnyTagClassName
{
color: #CFC5DD;
}
</style>
background-color css
<style>
a { background-color: #CFC5DD; }
a { background-color: rgb(207,197,221); }
div.DivClassName
{
background-color: #CFC5DD;
}
.BgClassName
{
background-color: #CFC5DD;
}
</style>
border-color css
<style>
span { border-color: #CFC5DD; }
span { border-color: rgb(207,197,221); }
td.TdClassName
{
border-color: #CFC5DD;
}
.TagClassName
{
border-color: #CFC5DD;
}
</style>