Shades of Aqua Squeeze #D9DDD9
Tints of Aqua Squeeze #D9DDD9
RGB
CMYK
RGB Variations
Color information
#D9DDD9 (or 0xD9DDD9) is known color: Aqua Squeeze. HEX triplet: D9, DD and D9. RGB value is (217,221,217). Sum of RGB (Red+Green+Blue) = 217+221+217=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD9 is #262226. Grayscale: #DBDBDB. Windows color (decimal): -2499111 or 14278105. OLE color: 14278105.
HSL color Cylindrical-coordinate representation of color #D9DDD9: hue angle of 120º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DDD9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 217 | - |
CMYK | 0.02 | 0 | 0.02 | 0.13 |
HSL | 120º | 0.06% | 0.86% | - |
HSV(B) | 120º | 0.02% | 0.87% | - |
XYZ | 67 | 71.47 | 75.91 | - |
YUV | 219.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 217 | 0.02 | 0 | 0.02 | 0.13 | 120 | 0.06 | 0.86 |
Hex | D9 | DD | D9 | 2 | 0 | 2 | D | 78 | 6 | 56 |
Octal | 331 | 335 | 331 | 2 | 0 | 2 | 15 | 170 | 6 | 126 |
Binary | 11011001 | 11011101 | 11011001 | 10 | 0 | 10 | 1101 | 1111000 | 110 | 1010110 |
Color Harmonies of #D9DDD9
Complementary color
Monochromatic Colors of #D9DDD9
Black with #D9DDD9
Text Example
Text Example
White with #D9DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDD9; }
p { color: rgb(217,221,217); }
H1.HeaderClassName
{
color: #D9DDD9;
}
.AnyTagClassName
{
color: #D9DDD9;
}
</style>
background-color css
<style>
a { background-color: #D9DDD9; }
a { background-color: rgb(217,221,217); }
div.DivClassName
{
background-color: #D9DDD9;
}
.BgClassName
{
background-color: #D9DDD9;
}
</style>
border-color css
<style>
span { border-color: #D9DDD9; }
span { border-color: rgb(217,221,217); }
td.TdClassName
{
border-color: #D9DDD9;
}
.TagClassName
{
border-color: #D9DDD9;
}
</style>