Shades of Fog #D5C2EB
Tints of Fog #D5C2EB
RGB
CMYK
RGB Variations
Color information
#D5C2EB (or 0xD5C2EB) is known color: Fog. HEX triplet: D5, C2 and EB. RGB value is (213,194,235). Sum of RGB (Red+Green+Blue) = 213+194+235=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C2EB is #2A3D14. Grayscale: #CCCCCC. Windows color (decimal): -2768149 or 15450837. OLE color: 15450837.
HSL color Cylindrical-coordinate representation of color #D5C2EB: hue angle of 267.8º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5C2EB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 194 | 235 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.08 |
| HSL | 267.8º | 0.51% | 0.84% | - |
| HSV(B) | 267.8º | 0.17% | 0.92% | - |
| XYZ | 61.73 | 58.73 | 86.68 | - |
| YUV | 204.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 235 | 0.09 | 0.17 | 0 | 0.08 | 267.8 | 0.51 | 0.84 |
| Hex | D5 | C2 | EB | 9 | 11 | 0 | 8 | 10C | 33 | 54 |
| Octal | 325 | 302 | 353 | 11 | 21 | 0 | 10 | 414 | 63 | 124 |
| Binary | 11010101 | 11000010 | 11101011 | 1001 | 10001 | 0 | 1000 | 100001100 | 110011 | 1010100 |
Color Harmonies of #D5C2EB
Complementary color
Monochromatic Colors of #D5C2EB
Black with #D5C2EB
Text Example
Text Example
White with #D5C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C2EB; }
p { color: rgb(213,194,235); }
H1.HeaderClassName
{
color: #D5C2EB;
}
.AnyTagClassName
{
color: #D5C2EB;
}
</style>
background-color css
<style>
a { background-color: #D5C2EB; }
a { background-color: rgb(213,194,235); }
div.DivClassName
{
background-color: #D5C2EB;
}
.BgClassName
{
background-color: #D5C2EB;
}
</style>
border-color css
<style>
span { border-color: #D5C2EB; }
span { border-color: rgb(213,194,235); }
td.TdClassName
{
border-color: #D5C2EB;
}
.TagClassName
{
border-color: #D5C2EB;
}
</style>