Shades of Fog #D5C6E1
Tints of Fog #D5C6E1
RGB
CMYK
RGB Variations
Color information
#D5C6E1 (or 0xD5C6E1) is known color: Fog. HEX triplet: D5, C6 and E1. RGB value is (213,198,225). Sum of RGB (Red+Green+Blue) = 213+198+225=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5C6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6E1 is #2A391E. Grayscale: #CDCDCD. Windows color (decimal): -2767135 or 14796501. OLE color: 14796501.
HSL color Cylindrical-coordinate representation of color #D5C6E1: hue angle of 273.33º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C6E1 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 198 | 225 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.12 |
| HSL | 273.33º | 0.31% | 0.83% | - |
| HSV(B) | 273.33º | 0.12% | 0.88% | - |
| XYZ | 61.23 | 59.97 | 79.58 | - |
| YUV | 205.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 225 | 0.05 | 0.12 | 0 | 0.12 | 273.33 | 0.31 | 0.83 |
| Hex | D5 | C6 | E1 | 5 | C | 0 | C | 111 | 1F | 53 |
| Octal | 325 | 306 | 341 | 5 | 14 | 0 | 14 | 421 | 37 | 123 |
| Binary | 11010101 | 11000110 | 11100001 | 101 | 1100 | 0 | 1100 | 100010001 | 11111 | 1010011 |
Color Harmonies of #D5C6E1
Complementary color
Monochromatic Colors of #D5C6E1
Black with #D5C6E1
Text Example
Text Example
White with #D5C6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6E1; }
p { color: rgb(213,198,225); }
H1.HeaderClassName
{
color: #D5C6E1;
}
.AnyTagClassName
{
color: #D5C6E1;
}
</style>
background-color css
<style>
a { background-color: #D5C6E1; }
a { background-color: rgb(213,198,225); }
div.DivClassName
{
background-color: #D5C6E1;
}
.BgClassName
{
background-color: #D5C6E1;
}
</style>
border-color css
<style>
span { border-color: #D5C6E1; }
span { border-color: rgb(213,198,225); }
td.TdClassName
{
border-color: #D5C6E1;
}
.TagClassName
{
border-color: #D5C6E1;
}
</style>