Shades of Aqua Squeeze #D0E0D1
Tints of Aqua Squeeze #D0E0D1
RGB
CMYK
RGB Variations
Color information
#D0E0D1 (or 0xD0E0D1) is known color: Aqua Squeeze. HEX triplet: D0, E0 and D1. RGB value is (208,224,209). Sum of RGB (Red+Green+Blue) = 208+224+209=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0D1 is #2F1F2E. Grayscale: #D9D9D9. Windows color (decimal): -3088175 or 13754576. OLE color: 13754576.
HSL color Cylindrical-coordinate representation of color #D0E0D1: hue angle of 123.75º degrees, saturation: 0.21, 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 #D0E0D1 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 209 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.12 |
| HSL | 123.75º | 0.21% | 0.85% | - |
| HSV(B) | 123.75º | 0.07% | 0.88% | - |
| XYZ | 64.18 | 71.32 | 70.71 | - |
| YUV | 217.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 209 | 0.07 | 0 | 0.07 | 0.12 | 123.75 | 0.21 | 0.85 |
| Hex | D0 | E0 | D1 | 7 | 0 | 7 | C | 7C | 15 | 55 |
| Octal | 320 | 340 | 321 | 7 | 0 | 7 | 14 | 174 | 25 | 125 |
| Binary | 11010000 | 11100000 | 11010001 | 111 | 0 | 111 | 1100 | 1111100 | 10101 | 1010101 |
Color Harmonies of #D0E0D1
Complementary color
Monochromatic Colors of #D0E0D1
Black with #D0E0D1
Text Example
Text Example
White with #D0E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0D1; }
p { color: rgb(208,224,209); }
H1.HeaderClassName
{
color: #D0E0D1;
}
.AnyTagClassName
{
color: #D0E0D1;
}
</style>
background-color css
<style>
a { background-color: #D0E0D1; }
a { background-color: rgb(208,224,209); }
div.DivClassName
{
background-color: #D0E0D1;
}
.BgClassName
{
background-color: #D0E0D1;
}
</style>
border-color css
<style>
span { border-color: #D0E0D1; }
span { border-color: rgb(208,224,209); }
td.TdClassName
{
border-color: #D0E0D1;
}
.TagClassName
{
border-color: #D0E0D1;
}
</style>