Shades of Aqua Squeeze #D9EDDA
Tints of Aqua Squeeze #D9EDDA
RGB
CMYK
RGB Variations
Color information
#D9EDDA (or 0xD9EDDA) is known color: Aqua Squeeze. HEX triplet: D9, ED and DA. RGB value is (217,237,218). Sum of RGB (Red+Green+Blue) = 217+237+218=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDDA is #261225. Grayscale: #E4E4E4. Windows color (decimal): -2495014 or 14347737. OLE color: 14347737.
HSL color Cylindrical-coordinate representation of color #D9EDDA: hue angle of 123º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EDDA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 237 | 218 | - |
CMYK | 0.08 | 0 | 0.08 | 0.07 |
HSL | 123º | 0.36% | 0.89% | - |
HSV(B) | 123º | 0.08% | 0.93% | - |
XYZ | 71.55 | 80.38 | 78.07 | - |
YUV | 228.85 | 121.87 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 237 | 218 | 0.08 | 0 | 0.08 | 0.07 | 123 | 0.36 | 0.89 |
Hex | D9 | ED | DA | 8 | 0 | 8 | 7 | 7B | 24 | 59 |
Octal | 331 | 355 | 332 | 10 | 0 | 10 | 7 | 173 | 44 | 131 |
Binary | 11011001 | 11101101 | 11011010 | 1000 | 0 | 1000 | 111 | 1111011 | 100100 | 1011001 |
Color Harmonies of #D9EDDA
Complementary color
Monochromatic Colors of #D9EDDA
Black with #D9EDDA
Text Example
Text Example
White with #D9EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDDA; }
p { color: rgb(217,237,218); }
H1.HeaderClassName
{
color: #D9EDDA;
}
.AnyTagClassName
{
color: #D9EDDA;
}
</style>
background-color css
<style>
a { background-color: #D9EDDA; }
a { background-color: rgb(217,237,218); }
div.DivClassName
{
background-color: #D9EDDA;
}
.BgClassName
{
background-color: #D9EDDA;
}
</style>
border-color css
<style>
span { border-color: #D9EDDA; }
span { border-color: rgb(217,237,218); }
td.TdClassName
{
border-color: #D9EDDA;
}
.TagClassName
{
border-color: #D9EDDA;
}
</style>