Shades of Aqua Squeeze #D1E2D3
Tints of Aqua Squeeze #D1E2D3
RGB
CMYK
RGB Variations
Color information
#D1E2D3 (or 0xD1E2D3) is known color: Aqua Squeeze. HEX triplet: D1, E2 and D3. RGB value is (209,226,211). Sum of RGB (Red+Green+Blue) = 209+226+211=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E2D3 is #2E1D2C. Grayscale: #DBDBDB. Windows color (decimal): -3022125 or 13886161. OLE color: 13886161.
HSL color Cylindrical-coordinate representation of color #D1E2D3: hue angle of 127.06º degrees, saturation: 0.23, 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 #D1E2D3 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 211 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.11 |
| HSL | 127.06º | 0.23% | 0.85% | - |
| HSV(B) | 127.06º | 0.08% | 0.89% | - |
| XYZ | 65.25 | 72.65 | 72.21 | - |
| YUV | 219.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 211 | 0.08 | 0 | 0.07 | 0.11 | 127.06 | 0.23 | 0.85 |
| Hex | D1 | E2 | D3 | 8 | 0 | 7 | B | 7F | 17 | 55 |
| Octal | 321 | 342 | 323 | 10 | 0 | 7 | 13 | 177 | 27 | 125 |
| Binary | 11010001 | 11100010 | 11010011 | 1000 | 0 | 111 | 1011 | 1111111 | 10111 | 1010101 |
Color Harmonies of #D1E2D3
Complementary color
Monochromatic Colors of #D1E2D3
Black with #D1E2D3
Text Example
Text Example
White with #D1E2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E2D3; }
p { color: rgb(209,226,211); }
H1.HeaderClassName
{
color: #D1E2D3;
}
.AnyTagClassName
{
color: #D1E2D3;
}
</style>
background-color css
<style>
a { background-color: #D1E2D3; }
a { background-color: rgb(209,226,211); }
div.DivClassName
{
background-color: #D1E2D3;
}
.BgClassName
{
background-color: #D1E2D3;
}
</style>
border-color css
<style>
span { border-color: #D1E2D3; }
span { border-color: rgb(209,226,211); }
td.TdClassName
{
border-color: #D1E2D3;
}
.TagClassName
{
border-color: #D1E2D3;
}
</style>