Shades of Aqua Squeeze #D0E2D2
Tints of Aqua Squeeze #D0E2D2
RGB
CMYK
RGB Variations
Color information
#D0E2D2 (or 0xD0E2D2) is known color: Aqua Squeeze. HEX triplet: D0, E2 and D2. RGB value is (208,226,210). Sum of RGB (Red+Green+Blue) = 208+226+210=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2D2 is #2F1D2D. Grayscale: #DADADA. Windows color (decimal): -3087662 or 13820624. OLE color: 13820624.
HSL color Cylindrical-coordinate representation of color #D0E2D2: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E2D2 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 210 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.11 |
| HSL | 126.67º | 0.24% | 0.85% | - |
| HSV(B) | 126.67º | 0.08% | 0.89% | - |
| XYZ | 64.84 | 72.46 | 71.54 | - |
| YUV | 218.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 210 | 0.08 | 0 | 0.07 | 0.11 | 126.67 | 0.24 | 0.85 |
| Hex | D0 | E2 | D2 | 8 | 0 | 7 | B | 7F | 18 | 55 |
| Octal | 320 | 342 | 322 | 10 | 0 | 7 | 13 | 177 | 30 | 125 |
| Binary | 11010000 | 11100010 | 11010010 | 1000 | 0 | 111 | 1011 | 1111111 | 11000 | 1010101 |
Color Harmonies of #D0E2D2
Complementary color
Monochromatic Colors of #D0E2D2
Black with #D0E2D2
Text Example
Text Example
White with #D0E2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2D2; }
p { color: rgb(208,226,210); }
H1.HeaderClassName
{
color: #D0E2D2;
}
.AnyTagClassName
{
color: #D0E2D2;
}
</style>
background-color css
<style>
a { background-color: #D0E2D2; }
a { background-color: rgb(208,226,210); }
div.DivClassName
{
background-color: #D0E2D2;
}
.BgClassName
{
background-color: #D0E2D2;
}
</style>
border-color css
<style>
span { border-color: #D0E2D2; }
span { border-color: rgb(208,226,210); }
td.TdClassName
{
border-color: #D0E2D2;
}
.TagClassName
{
border-color: #D0E2D2;
}
</style>