Shades of Aqua Haze #D5DBD1
Tints of Aqua Haze #D5DBD1
RGB
CMYK
RGB Variations
Color information
#D5DBD1 (or 0xD5DBD1) is known color: Aqua Haze. HEX triplet: D5, DB and D1. RGB value is (213,219,209). Sum of RGB (Red+Green+Blue) = 213+219+209=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD1 is #2A242E. Grayscale: #D8D8D8. Windows color (decimal): -2761775 or 13753301. OLE color: 13753301.
HSL color Cylindrical-coordinate representation of color #D5DBD1: hue angle of 96º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DBD1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 219 | 209 | - |
CMYK | 0.03 | 0 | 0.05 | 0.14 |
HSL | 96º | 0.12% | 0.84% | - |
HSV(B) | 96º | 0.05% | 0.86% | - |
XYZ | 64.28 | 69.41 | 70.33 | - |
YUV | 216.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 209 | 0.03 | 0 | 0.05 | 0.14 | 96 | 0.12 | 0.84 |
Hex | D5 | DB | D1 | 3 | 0 | 5 | E | 60 | C | 54 |
Octal | 325 | 333 | 321 | 3 | 0 | 5 | 16 | 140 | 14 | 124 |
Binary | 11010101 | 11011011 | 11010001 | 11 | 0 | 101 | 1110 | 1100000 | 1100 | 1010100 |
Color Harmonies of #D5DBD1
Complementary color
Monochromatic Colors of #D5DBD1
Black with #D5DBD1
Text Example
Text Example
White with #D5DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBD1; }
p { color: rgb(213,219,209); }
H1.HeaderClassName
{
color: #D5DBD1;
}
.AnyTagClassName
{
color: #D5DBD1;
}
</style>
background-color css
<style>
a { background-color: #D5DBD1; }
a { background-color: rgb(213,219,209); }
div.DivClassName
{
background-color: #D5DBD1;
}
.BgClassName
{
background-color: #D5DBD1;
}
</style>
border-color css
<style>
span { border-color: #D5DBD1; }
span { border-color: rgb(213,219,209); }
td.TdClassName
{
border-color: #D5DBD1;
}
.TagClassName
{
border-color: #D5DBD1;
}
</style>