Shades of Aqua Haze #D6D9D3
Tints of Aqua Haze #D6D9D3
RGB
CMYK
RGB Variations
Color information
#D6D9D3 (or 0xD6D9D3) is known color: Aqua Haze. HEX triplet: D6, D9 and D3. RGB value is (214,217,211). Sum of RGB (Red+Green+Blue) = 214+217+211=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9D3 is #29262C. Grayscale: #D7D7D7. Windows color (decimal): -2696749 or 13883862. OLE color: 13883862.
HSL color Cylindrical-coordinate representation of color #D6D9D3: hue angle of 90º degrees, saturation: 0.07, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6D9D3 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 211 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.15 |
| HSL | 90º | 0.07% | 0.84% | - |
| HSV(B) | 90º | 0.03% | 0.85% | - |
| XYZ | 64.3 | 68.63 | 71.48 | - |
| YUV | 215.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 211 | 0.01 | 0 | 0.03 | 0.15 | 90 | 0.07 | 0.84 |
| Hex | D6 | D9 | D3 | 1 | 0 | 3 | F | 5A | 7 | 54 |
| Octal | 326 | 331 | 323 | 1 | 0 | 3 | 17 | 132 | 7 | 124 |
| Binary | 11010110 | 11011001 | 11010011 | 1 | 0 | 11 | 1111 | 1011010 | 111 | 1010100 |
Color Harmonies of #D6D9D3
Complementary color
Monochromatic Colors of #D6D9D3
Black with #D6D9D3
Text Example
Text Example
White with #D6D9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D9D3; }
p { color: rgb(214,217,211); }
H1.HeaderClassName
{
color: #D6D9D3;
}
.AnyTagClassName
{
color: #D6D9D3;
}
</style>
background-color css
<style>
a { background-color: #D6D9D3; }
a { background-color: rgb(214,217,211); }
div.DivClassName
{
background-color: #D6D9D3;
}
.BgClassName
{
background-color: #D6D9D3;
}
</style>
border-color css
<style>
span { border-color: #D6D9D3; }
span { border-color: rgb(214,217,211); }
td.TdClassName
{
border-color: #D6D9D3;
}
.TagClassName
{
border-color: #D6D9D3;
}
</style>