Shades of Fog #D7CDE0
Tints of Fog #D7CDE0
RGB
CMYK
RGB Variations
Color information
#D7CDE0 (or 0xD7CDE0) is known color: Fog. HEX triplet: D7, CD and E0. RGB value is (215,205,224). Sum of RGB (Red+Green+Blue) = 215+205+224=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7CDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDE0 is #28321F. Grayscale: #D2D2D2. Windows color (decimal): -2634272 or 14732759. OLE color: 14732759.
HSL color Cylindrical-coordinate representation of color #D7CDE0: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7CDE0 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 205 | 224 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.12 |
| HSL | 271.58º | 0.23% | 0.84% | - |
| HSV(B) | 271.58º | 0.08% | 0.88% | - |
| XYZ | 63.31 | 63.49 | 79.44 | - |
| YUV | 210.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 205 | 224 | 0.04 | 0.08 | 0 | 0.12 | 271.58 | 0.23 | 0.84 |
| Hex | D7 | CD | E0 | 4 | 8 | 0 | C | 110 | 17 | 54 |
| Octal | 327 | 315 | 340 | 4 | 10 | 0 | 14 | 420 | 27 | 124 |
| Binary | 11010111 | 11001101 | 11100000 | 100 | 1000 | 0 | 1100 | 100010000 | 10111 | 1010100 |
Color Harmonies of #D7CDE0
Complementary color
Monochromatic Colors of #D7CDE0
Black with #D7CDE0
Text Example
Text Example
White with #D7CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDE0; }
p { color: rgb(215,205,224); }
H1.HeaderClassName
{
color: #D7CDE0;
}
.AnyTagClassName
{
color: #D7CDE0;
}
</style>
background-color css
<style>
a { background-color: #D7CDE0; }
a { background-color: rgb(215,205,224); }
div.DivClassName
{
background-color: #D7CDE0;
}
.BgClassName
{
background-color: #D7CDE0;
}
</style>
border-color css
<style>
span { border-color: #D7CDE0; }
span { border-color: rgb(215,205,224); }
td.TdClassName
{
border-color: #D7CDE0;
}
.TagClassName
{
border-color: #D7CDE0;
}
</style>