Shades of Fog #D5C8E0
Tints of Fog #D5C8E0
RGB
CMYK
RGB Variations
Color information
#D5C8E0 (or 0xD5C8E0) is known color: Fog. HEX triplet: D5, C8 and E0. RGB value is (213,200,224). Sum of RGB (Red+Green+Blue) = 213+200+224=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5C8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8E0 is #2A371F. Grayscale: #CECECE. Windows color (decimal): -2766624 or 14731477. OLE color: 14731477.
HSL color Cylindrical-coordinate representation of color #D5C8E0: hue angle of 272.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C8E0 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 200 | 224 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.12 |
| HSL | 272.5º | 0.28% | 0.83% | - |
| HSV(B) | 272.5º | 0.11% | 0.88% | - |
| XYZ | 61.55 | 60.84 | 79.02 | - |
| YUV | 206.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 224 | 0.05 | 0.11 | 0 | 0.12 | 272.5 | 0.28 | 0.83 |
| Hex | D5 | C8 | E0 | 5 | B | 0 | C | 110 | 1C | 53 |
| Octal | 325 | 310 | 340 | 5 | 13 | 0 | 14 | 420 | 34 | 123 |
| Binary | 11010101 | 11001000 | 11100000 | 101 | 1011 | 0 | 1100 | 100010000 | 11100 | 1010011 |
Color Harmonies of #D5C8E0
Complementary color
Monochromatic Colors of #D5C8E0
Black with #D5C8E0
Text Example
Text Example
White with #D5C8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8E0; }
p { color: rgb(213,200,224); }
H1.HeaderClassName
{
color: #D5C8E0;
}
.AnyTagClassName
{
color: #D5C8E0;
}
</style>
background-color css
<style>
a { background-color: #D5C8E0; }
a { background-color: rgb(213,200,224); }
div.DivClassName
{
background-color: #D5C8E0;
}
.BgClassName
{
background-color: #D5C8E0;
}
</style>
border-color css
<style>
span { border-color: #D5C8E0; }
span { border-color: rgb(213,200,224); }
td.TdClassName
{
border-color: #D5C8E0;
}
.TagClassName
{
border-color: #D5C8E0;
}
</style>