Shades of Fog #D5C2EC
Tints of Fog #D5C2EC
RGB
CMYK
RGB Variations
Color information
#D5C2EC (or 0xD5C2EC) is known color: Fog. HEX triplet: D5, C2 and EC. RGB value is (213,194,236). Sum of RGB (Red+Green+Blue) = 213+194+236=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C2EC is #2A3D13. Grayscale: #CCCCCC. Windows color (decimal): -2768148 or 15516373. OLE color: 15516373.
HSL color Cylindrical-coordinate representation of color #D5C2EC: hue angle of 267.14º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5C2EC is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 194 | 236 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.07 |
| HSL | 267.14º | 0.53% | 0.84% | - |
| HSV(B) | 267.14º | 0.18% | 0.93% | - |
| XYZ | 61.87 | 58.79 | 87.44 | - |
| YUV | 204.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 236 | 0.10 | 0.18 | 0 | 0.07 | 267.14 | 0.53 | 0.84 |
| Hex | D5 | C2 | EC | A | 12 | 0 | 7 | 10B | 34 | 54 |
| Octal | 325 | 302 | 354 | 12 | 22 | 0 | 7 | 413 | 64 | 124 |
| Binary | 11010101 | 11000010 | 11101100 | 1010 | 10010 | 0 | 111 | 100001011 | 110100 | 1010100 |
Color Harmonies of #D5C2EC
Complementary color
Monochromatic Colors of #D5C2EC
Black with #D5C2EC
Text Example
Text Example
White with #D5C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C2EC; }
p { color: rgb(213,194,236); }
H1.HeaderClassName
{
color: #D5C2EC;
}
.AnyTagClassName
{
color: #D5C2EC;
}
</style>
background-color css
<style>
a { background-color: #D5C2EC; }
a { background-color: rgb(213,194,236); }
div.DivClassName
{
background-color: #D5C2EC;
}
.BgClassName
{
background-color: #D5C2EC;
}
</style>
border-color css
<style>
span { border-color: #D5C2EC; }
span { border-color: rgb(213,194,236); }
td.TdClassName
{
border-color: #D5C2EC;
}
.TagClassName
{
border-color: #D5C2EC;
}
</style>