Shades of Aqua Haze #D8DCD5
Tints of Aqua Haze #D8DCD5
RGB
CMYK
RGB Variations
Color information
#D8DCD5 (or 0xD8DCD5) is known color: Aqua Haze. HEX triplet: D8, DC and D5. RGB value is (216,220,213). Sum of RGB (Red+Green+Blue) = 216+220+213=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCD5 is #27232A. Grayscale: #DADADA. Windows color (decimal): -2564907 or 14015704. OLE color: 14015704.
HSL color Cylindrical-coordinate representation of color #D8DCD5: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DCD5 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 220 | 213 | - |
CMYK | 0.02 | 0 | 0.03 | 0.14 |
HSL | 94.29º | 0.09% | 0.85% | - |
HSV(B) | 94.29º | 0.03% | 0.86% | - |
XYZ | 65.92 | 70.59 | 73.1 | - |
YUV | 218.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 220 | 213 | 0.02 | 0 | 0.03 | 0.14 | 94.29 | 0.09 | 0.85 |
Hex | D8 | DC | D5 | 2 | 0 | 3 | E | 5E | 9 | 55 |
Octal | 330 | 334 | 325 | 2 | 0 | 3 | 16 | 136 | 11 | 125 |
Binary | 11011000 | 11011100 | 11010101 | 10 | 0 | 11 | 1110 | 1011110 | 1001 | 1010101 |
Color Harmonies of #D8DCD5
Complementary color
Monochromatic Colors of #D8DCD5
Black with #D8DCD5
Text Example
Text Example
White with #D8DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCD5; }
p { color: rgb(216,220,213); }
H1.HeaderClassName
{
color: #D8DCD5;
}
.AnyTagClassName
{
color: #D8DCD5;
}
</style>
background-color css
<style>
a { background-color: #D8DCD5; }
a { background-color: rgb(216,220,213); }
div.DivClassName
{
background-color: #D8DCD5;
}
.BgClassName
{
background-color: #D8DCD5;
}
</style>
border-color css
<style>
span { border-color: #D8DCD5; }
span { border-color: rgb(216,220,213); }
td.TdClassName
{
border-color: #D8DCD5;
}
.TagClassName
{
border-color: #D8DCD5;
}
</style>