Shades of Aqua Squeeze #D9DAD9
Tints of Aqua Squeeze #D9DAD9
RGB
CMYK
RGB Variations
Color information
#D9DAD9 (or 0xD9DAD9) is known color: Aqua Squeeze. HEX triplet: D9, DA and D9. RGB value is (217,218,217). Sum of RGB (Red+Green+Blue) = 217+218+217=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAD9 is #262526. Grayscale: #D9D9D9. Windows color (decimal): -2499879 or 14277337. OLE color: 14277337.
HSL color Cylindrical-coordinate representation of color #D9DAD9: hue angle of 120º degrees, saturation: 0.01, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0%. Process color model (Four color, CMYK) of #D9DAD9 is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 218 | 217 | - |
CMYK | 0.00 | 0 | 0.00 | 0.15 |
HSL | 120º | 0.01% | 0.85% | - |
HSV(B) | 120º | 0% | 0.85% | - |
XYZ | 66.21 | 69.9 | 75.65 | - |
YUV | 217.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 218 | 217 | 0.00 | 0 | 0.00 | 0.15 | 120 | 0.01 | 0.85 |
Hex | D9 | DA | D9 | 0 | 0 | 0 | F | 78 | 1 | 55 |
Octal | 331 | 332 | 331 | 0 | 0 | 0 | 17 | 170 | 1 | 125 |
Binary | 11011001 | 11011010 | 11011001 | 0 | 0 | 0 | 1111 | 1111000 | 1 | 1010101 |
Color Harmonies of #D9DAD9
Complementary color
Monochromatic Colors of #D9DAD9
Black with #D9DAD9
Text Example
Text Example
White with #D9DAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAD9; }
p { color: rgb(217,218,217); }
H1.HeaderClassName
{
color: #D9DAD9;
}
.AnyTagClassName
{
color: #D9DAD9;
}
</style>
background-color css
<style>
a { background-color: #D9DAD9; }
a { background-color: rgb(217,218,217); }
div.DivClassName
{
background-color: #D9DAD9;
}
.BgClassName
{
background-color: #D9DAD9;
}
</style>
border-color css
<style>
span { border-color: #D9DAD9; }
span { border-color: rgb(217,218,217); }
td.TdClassName
{
border-color: #D9DAD9;
}
.TagClassName
{
border-color: #D9DAD9;
}
</style>