Shades of Aqua Squeeze #D9DBD9
Tints of Aqua Squeeze #D9DBD9
RGB
CMYK
RGB Variations
Color information
#D9DBD9 (or 0xD9DBD9) is known color: Aqua Squeeze. HEX triplet: D9, DB and D9. RGB value is (217,219,217). Sum of RGB (Red+Green+Blue) = 217+219+217=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBD9 is #262426. Grayscale: #DADADA. Windows color (decimal): -2499623 or 14277593. OLE color: 14277593.
HSL color Cylindrical-coordinate representation of color #D9DBD9: hue angle of 120º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D9DBD9 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 219 | 217 | - |
CMYK | 0.01 | 0 | 0.01 | 0.14 |
HSL | 120º | 0.03% | 0.85% | - |
HSV(B) | 120º | 0.01% | 0.86% | - |
XYZ | 66.47 | 70.42 | 75.74 | - |
YUV | 218.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 219 | 217 | 0.01 | 0 | 0.01 | 0.14 | 120 | 0.03 | 0.85 |
Hex | D9 | DB | D9 | 1 | 0 | 1 | E | 78 | 3 | 55 |
Octal | 331 | 333 | 331 | 1 | 0 | 1 | 16 | 170 | 3 | 125 |
Binary | 11011001 | 11011011 | 11011001 | 1 | 0 | 1 | 1110 | 1111000 | 11 | 1010101 |
Color Harmonies of #D9DBD9
Complementary color
Monochromatic Colors of #D9DBD9
Black with #D9DBD9
Text Example
Text Example
White with #D9DBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBD9; }
p { color: rgb(217,219,217); }
H1.HeaderClassName
{
color: #D9DBD9;
}
.AnyTagClassName
{
color: #D9DBD9;
}
</style>
background-color css
<style>
a { background-color: #D9DBD9; }
a { background-color: rgb(217,219,217); }
div.DivClassName
{
background-color: #D9DBD9;
}
.BgClassName
{
background-color: #D9DBD9;
}
</style>
border-color css
<style>
span { border-color: #D9DBD9; }
span { border-color: rgb(217,219,217); }
td.TdClassName
{
border-color: #D9DBD9;
}
.TagClassName
{
border-color: #D9DBD9;
}
</style>