Shades of Fog #D5C4EE
Tints of Fog #D5C4EE
RGB
CMYK
RGB Variations
Color information
#D5C4EE (or 0xD5C4EE) is known color: Fog. HEX triplet: D5, C4 and EE. RGB value is (213,196,238). Sum of RGB (Red+Green+Blue) = 213+196+238=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5C4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C4EE is #2A3B11. Grayscale: #CDCDCD. Windows color (decimal): -2767634 or 15647957. OLE color: 15647957.
HSL color Cylindrical-coordinate representation of color #D5C4EE: hue angle of 264.29º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5C4EE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 196 | 238 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.07 |
| HSL | 264.29º | 0.55% | 0.85% | - |
| HSV(B) | 264.29º | 0.18% | 0.93% | - |
| XYZ | 62.61 | 59.8 | 89.13 | - |
| YUV | 205.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 238 | 0.11 | 0.18 | 0 | 0.07 | 264.29 | 0.55 | 0.85 |
| Hex | D5 | C4 | EE | B | 12 | 0 | 7 | 108 | 37 | 55 |
| Octal | 325 | 304 | 356 | 13 | 22 | 0 | 7 | 410 | 67 | 125 |
| Binary | 11010101 | 11000100 | 11101110 | 1011 | 10010 | 0 | 111 | 100001000 | 110111 | 1010101 |
Color Harmonies of #D5C4EE
Complementary color
Monochromatic Colors of #D5C4EE
Black with #D5C4EE
Text Example
Text Example
White with #D5C4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C4EE; }
p { color: rgb(213,196,238); }
H1.HeaderClassName
{
color: #D5C4EE;
}
.AnyTagClassName
{
color: #D5C4EE;
}
</style>
background-color css
<style>
a { background-color: #D5C4EE; }
a { background-color: rgb(213,196,238); }
div.DivClassName
{
background-color: #D5C4EE;
}
.BgClassName
{
background-color: #D5C4EE;
}
</style>
border-color css
<style>
span { border-color: #D5C4EE; }
span { border-color: rgb(213,196,238); }
td.TdClassName
{
border-color: #D5C4EE;
}
.TagClassName
{
border-color: #D5C4EE;
}
</style>