Shades of Aqua Squeeze #D2E1D4
Tints of Aqua Squeeze #D2E1D4
RGB
CMYK
RGB Variations
Color information
#D2E1D4 (or 0xD2E1D4) is known color: Aqua Squeeze. HEX triplet: D2, E1 and D4. RGB value is (210,225,212). Sum of RGB (Red+Green+Blue) = 210+225+212=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1D4 is #2D1E2B. Grayscale: #DBDBDB. Windows color (decimal): -2956844 or 13951442. OLE color: 13951442.
HSL color Cylindrical-coordinate representation of color #D2E1D4: hue angle of 128º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2E1D4 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 212 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.12 |
| HSL | 128º | 0.2% | 0.85% | - |
| HSV(B) | 128º | 0.07% | 0.88% | - |
| XYZ | 65.39 | 72.31 | 72.8 | - |
| YUV | 219.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 212 | 0.07 | 0 | 0.06 | 0.12 | 128 | 0.2 | 0.85 |
| Hex | D2 | E1 | D4 | 7 | 0 | 6 | C | 80 | 14 | 55 |
| Octal | 322 | 341 | 324 | 7 | 0 | 6 | 14 | 200 | 24 | 125 |
| Binary | 11010010 | 11100001 | 11010100 | 111 | 0 | 110 | 1100 | 10000000 | 10100 | 1010101 |
Color Harmonies of #D2E1D4
Complementary color
Monochromatic Colors of #D2E1D4
Black with #D2E1D4
Text Example
Text Example
White with #D2E1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E1D4; }
p { color: rgb(210,225,212); }
H1.HeaderClassName
{
color: #D2E1D4;
}
.AnyTagClassName
{
color: #D2E1D4;
}
</style>
background-color css
<style>
a { background-color: #D2E1D4; }
a { background-color: rgb(210,225,212); }
div.DivClassName
{
background-color: #D2E1D4;
}
.BgClassName
{
background-color: #D2E1D4;
}
</style>
border-color css
<style>
span { border-color: #D2E1D4; }
span { border-color: rgb(210,225,212); }
td.TdClassName
{
border-color: #D2E1D4;
}
.TagClassName
{
border-color: #D2E1D4;
}
</style>