Shades of Aqua Squeeze #D5E9D8
Tints of Aqua Squeeze #D5E9D8
RGB
CMYK
RGB Variations
Color information
#D5E9D8 (or 0xD5E9D8) is known color: Aqua Squeeze. HEX triplet: D5, E9 and D8. RGB value is (213,233,216). Sum of RGB (Red+Green+Blue) = 213+233+216=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9D8 is #2A1627. Grayscale: #E1E1E1. Windows color (decimal): -2758184 or 14215637. OLE color: 14215637.
HSL color Cylindrical-coordinate representation of color #D5E9D8: hue angle of 129º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5E9D8 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 233 | 216 | - |
CMYK | 0.09 | 0 | 0.07 | 0.09 |
HSL | 129º | 0.31% | 0.87% | - |
HSV(B) | 129º | 0.09% | 0.91% | - |
XYZ | 68.97 | 77.38 | 76.27 | - |
YUV | 225.08 | 122.87 | 119.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 233 | 216 | 0.09 | 0 | 0.07 | 0.09 | 129 | 0.31 | 0.87 |
Hex | D5 | E9 | D8 | 9 | 0 | 7 | 9 | 81 | 1F | 57 |
Octal | 325 | 351 | 330 | 11 | 0 | 7 | 11 | 201 | 37 | 127 |
Binary | 11010101 | 11101001 | 11011000 | 1001 | 0 | 111 | 1001 | 10000001 | 11111 | 1010111 |
Color Harmonies of #D5E9D8
Complementary color
Monochromatic Colors of #D5E9D8
Black with #D5E9D8
Text Example
Text Example
White with #D5E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E9D8; }
p { color: rgb(213,233,216); }
H1.HeaderClassName
{
color: #D5E9D8;
}
.AnyTagClassName
{
color: #D5E9D8;
}
</style>
background-color css
<style>
a { background-color: #D5E9D8; }
a { background-color: rgb(213,233,216); }
div.DivClassName
{
background-color: #D5E9D8;
}
.BgClassName
{
background-color: #D5E9D8;
}
</style>
border-color css
<style>
span { border-color: #D5E9D8; }
span { border-color: rgb(213,233,216); }
td.TdClassName
{
border-color: #D5E9D8;
}
.TagClassName
{
border-color: #D5E9D8;
}
</style>