Shades of Aqua Squeeze #D7E3D9
Tints of Aqua Squeeze #D7E3D9
RGB
CMYK
RGB Variations
Color information
#D7E3D9 (or 0xD7E3D9) is known color: Aqua Squeeze. HEX triplet: D7, E3 and D9. RGB value is (215,227,217). Sum of RGB (Red+Green+Blue) = 215+227+217=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3D9 is #281C26. Grayscale: #DEDEDE. Windows color (decimal): -2628647 or 14279639. OLE color: 14279639.
HSL color Cylindrical-coordinate representation of color #D7E3D9: hue angle of 130º degrees, saturation: 0.18, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7E3D9 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 227 | 217 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.11 |
| HSL | 130º | 0.18% | 0.87% | - |
| HSV(B) | 130º | 0.05% | 0.89% | - |
| XYZ | 68.02 | 74.4 | 76.42 | - |
| YUV | 222.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 217 | 0.05 | 0 | 0.04 | 0.11 | 130 | 0.18 | 0.87 |
| Hex | D7 | E3 | D9 | 5 | 0 | 4 | B | 82 | 12 | 57 |
| Octal | 327 | 343 | 331 | 5 | 0 | 4 | 13 | 202 | 22 | 127 |
| Binary | 11010111 | 11100011 | 11011001 | 101 | 0 | 100 | 1011 | 10000010 | 10010 | 1010111 |
Color Harmonies of #D7E3D9
Complementary color
Monochromatic Colors of #D7E3D9
Black with #D7E3D9
Text Example
Text Example
White with #D7E3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E3D9; }
p { color: rgb(215,227,217); }
H1.HeaderClassName
{
color: #D7E3D9;
}
.AnyTagClassName
{
color: #D7E3D9;
}
</style>
background-color css
<style>
a { background-color: #D7E3D9; }
a { background-color: rgb(215,227,217); }
div.DivClassName
{
background-color: #D7E3D9;
}
.BgClassName
{
background-color: #D7E3D9;
}
</style>
border-color css
<style>
span { border-color: #D7E3D9; }
span { border-color: rgb(215,227,217); }
td.TdClassName
{
border-color: #D7E3D9;
}
.TagClassName
{
border-color: #D7E3D9;
}
</style>