Shades of Aqua Haze #D7DDD1
Tints of Aqua Haze #D7DDD1
RGB
CMYK
RGB Variations
Color information
#D7DDD1 (or 0xD7DDD1) is known color: Aqua Haze. HEX triplet: D7, DD and D1. RGB value is (215,221,209). Sum of RGB (Red+Green+Blue) = 215+221+209=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDD1 is #28222E. Grayscale: #D9D9D9. Windows color (decimal): -2630191 or 13753815. OLE color: 13753815.
HSL color Cylindrical-coordinate representation of color #D7DDD1: hue angle of 90º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7DDD1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 221 | 209 | - |
CMYK | 0.03 | 0 | 0.05 | 0.13 |
HSL | 90º | 0.15% | 0.84% | - |
HSV(B) | 90º | 0.05% | 0.87% | - |
XYZ | 65.39 | 70.76 | 70.53 | - |
YUV | 217.84 | 123.01 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 209 | 0.03 | 0 | 0.05 | 0.13 | 90 | 0.15 | 0.84 |
Hex | D7 | DD | D1 | 3 | 0 | 5 | D | 5A | F | 54 |
Octal | 327 | 335 | 321 | 3 | 0 | 5 | 15 | 132 | 17 | 124 |
Binary | 11010111 | 11011101 | 11010001 | 11 | 0 | 101 | 1101 | 1011010 | 1111 | 1010100 |
Color Harmonies of #D7DDD1
Complementary color
Monochromatic Colors of #D7DDD1
Black with #D7DDD1
Text Example
Text Example
White with #D7DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDD1; }
p { color: rgb(215,221,209); }
H1.HeaderClassName
{
color: #D7DDD1;
}
.AnyTagClassName
{
color: #D7DDD1;
}
</style>
background-color css
<style>
a { background-color: #D7DDD1; }
a { background-color: rgb(215,221,209); }
div.DivClassName
{
background-color: #D7DDD1;
}
.BgClassName
{
background-color: #D7DDD1;
}
</style>
border-color css
<style>
span { border-color: #D7DDD1; }
span { border-color: rgb(215,221,209); }
td.TdClassName
{
border-color: #D7DDD1;
}
.TagClassName
{
border-color: #D7DDD1;
}
</style>