Shades of Aqua Squeeze #D8DED9
Tints of Aqua Squeeze #D8DED9
RGB
CMYK
RGB Variations
Color information
#D8DED9 (or 0xD8DED9) is known color: Aqua Squeeze. HEX triplet: D8, DE and D9. RGB value is (216,222,217). Sum of RGB (Red+Green+Blue) = 216+222+217=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DED9 is #272126. Grayscale: #DBDBDB. Windows color (decimal): -2564391 or 14278360. OLE color: 14278360.
HSL color Cylindrical-coordinate representation of color #D8DED9: hue angle of 130º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DED9 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 222 | 217 | - |
CMYK | 0.03 | 0 | 0.02 | 0.13 |
HSL | 130º | 0.08% | 0.86% | - |
HSV(B) | 130º | 0.03% | 0.87% | - |
XYZ | 66.96 | 71.85 | 75.98 | - |
YUV | 219.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 222 | 217 | 0.03 | 0 | 0.02 | 0.13 | 130 | 0.08 | 0.86 |
Hex | D8 | DE | D9 | 3 | 0 | 2 | D | 82 | 8 | 56 |
Octal | 330 | 336 | 331 | 3 | 0 | 2 | 15 | 202 | 10 | 126 |
Binary | 11011000 | 11011110 | 11011001 | 11 | 0 | 10 | 1101 | 10000010 | 1000 | 1010110 |
Color Harmonies of #D8DED9
Complementary color
Monochromatic Colors of #D8DED9
Black with #D8DED9
Text Example
Text Example
White with #D8DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DED9; }
p { color: rgb(216,222,217); }
H1.HeaderClassName
{
color: #D8DED9;
}
.AnyTagClassName
{
color: #D8DED9;
}
</style>
background-color css
<style>
a { background-color: #D8DED9; }
a { background-color: rgb(216,222,217); }
div.DivClassName
{
background-color: #D8DED9;
}
.BgClassName
{
background-color: #D8DED9;
}
</style>
border-color css
<style>
span { border-color: #D8DED9; }
span { border-color: rgb(216,222,217); }
td.TdClassName
{
border-color: #D8DED9;
}
.TagClassName
{
border-color: #D8DED9;
}
</style>