Shades of Fog #D0CDE1
Tints of Fog #D0CDE1
RGB
CMYK
RGB Variations
Color information
#D0CDE1 (or 0xD0CDE1) is known color: Fog. HEX triplet: D0, CD and E1. RGB value is (208,205,225). Sum of RGB (Red+Green+Blue) = 208+205+225=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDE1 is #2F321E. Grayscale: #D0D0D0. Windows color (decimal): -3093023 or 14798288. OLE color: 14798288.
HSL color Cylindrical-coordinate representation of color #D0CDE1: hue angle of 249º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CDE1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 205 | 225 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.12 |
| HSL | 249º | 0.25% | 0.84% | - |
| HSV(B) | 249º | 0.09% | 0.88% | - |
| XYZ | 61.43 | 62.51 | 80.06 | - |
| YUV | 208.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 225 | 0.08 | 0.09 | 0 | 0.12 | 249 | 0.25 | 0.84 |
| Hex | D0 | CD | E1 | 8 | 9 | 0 | C | F9 | 19 | 54 |
| Octal | 320 | 315 | 341 | 10 | 11 | 0 | 14 | 371 | 31 | 124 |
| Binary | 11010000 | 11001101 | 11100001 | 1000 | 1001 | 0 | 1100 | 11111001 | 11001 | 1010100 |
Color Harmonies of #D0CDE1
Complementary color
Monochromatic Colors of #D0CDE1
Black with #D0CDE1
Text Example
Text Example
White with #D0CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDE1; }
p { color: rgb(208,205,225); }
H1.HeaderClassName
{
color: #D0CDE1;
}
.AnyTagClassName
{
color: #D0CDE1;
}
</style>
background-color css
<style>
a { background-color: #D0CDE1; }
a { background-color: rgb(208,205,225); }
div.DivClassName
{
background-color: #D0CDE1;
}
.BgClassName
{
background-color: #D0CDE1;
}
</style>
border-color css
<style>
span { border-color: #D0CDE1; }
span { border-color: rgb(208,205,225); }
td.TdClassName
{
border-color: #D0CDE1;
}
.TagClassName
{
border-color: #D0CDE1;
}
</style>