Shades of Aqua Squeeze #D7EDDA
Tints of Aqua Squeeze #D7EDDA
RGB
CMYK
RGB Variations
Color information
#D7EDDA (or 0xD7EDDA) is known color: Aqua Squeeze. HEX triplet: D7, ED and DA. RGB value is (215,237,218). Sum of RGB (Red+Green+Blue) = 215+237+218=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EDDA is #281225. Grayscale: #E4E4E4. Windows color (decimal): -2626086 or 14347735. OLE color: 14347735.
HSL color Cylindrical-coordinate representation of color #D7EDDA: hue angle of 128.18º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7EDDA is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 237 | 218 | - |
CMYK | 0.09 | 0 | 0.08 | 0.07 |
HSL | 128.18º | 0.38% | 0.89% | - |
HSV(B) | 128.18º | 0.09% | 0.93% | - |
XYZ | 70.96 | 80.08 | 78.05 | - |
YUV | 228.26 | 122.21 | 118.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 237 | 218 | 0.09 | 0 | 0.08 | 0.07 | 128.18 | 0.38 | 0.89 |
Hex | D7 | ED | DA | 9 | 0 | 8 | 7 | 80 | 26 | 59 |
Octal | 327 | 355 | 332 | 11 | 0 | 10 | 7 | 200 | 46 | 131 |
Binary | 11010111 | 11101101 | 11011010 | 1001 | 0 | 1000 | 111 | 10000000 | 100110 | 1011001 |
Color Harmonies of #D7EDDA
Complementary color
Monochromatic Colors of #D7EDDA
Black with #D7EDDA
Text Example
Text Example
White with #D7EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EDDA; }
p { color: rgb(215,237,218); }
H1.HeaderClassName
{
color: #D7EDDA;
}
.AnyTagClassName
{
color: #D7EDDA;
}
</style>
background-color css
<style>
a { background-color: #D7EDDA; }
a { background-color: rgb(215,237,218); }
div.DivClassName
{
background-color: #D7EDDA;
}
.BgClassName
{
background-color: #D7EDDA;
}
</style>
border-color css
<style>
span { border-color: #D7EDDA; }
span { border-color: rgb(215,237,218); }
td.TdClassName
{
border-color: #D7EDDA;
}
.TagClassName
{
border-color: #D7EDDA;
}
</style>