Shades of Aqua Squeeze #D1E6D1
Tints of Aqua Squeeze #D1E6D1
RGB
CMYK
RGB Variations
Color information
#D1E6D1 (or 0xD1E6D1) is known color: Aqua Squeeze. HEX triplet: D1, E6 and D1. RGB value is (209,230,209). Sum of RGB (Red+Green+Blue) = 209+230+209=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E6D1 is #2E192E. Grayscale: #DDDDDD. Windows color (decimal): -3021103 or 13756113. OLE color: 13756113.
HSL color Cylindrical-coordinate representation of color #D1E6D1: hue angle of 120º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E6D1 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 209 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.10 |
| HSL | 120º | 0.3% | 0.86% | - |
| HSV(B) | 120º | 0.09% | 0.9% | - |
| XYZ | 66.1 | 74.75 | 71.27 | - |
| YUV | 221.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 209 | 0.09 | 0 | 0.09 | 0.10 | 120 | 0.3 | 0.86 |
| Hex | D1 | E6 | D1 | 9 | 0 | 9 | A | 78 | 1E | 56 |
| Octal | 321 | 346 | 321 | 11 | 0 | 11 | 12 | 170 | 36 | 126 |
| Binary | 11010001 | 11100110 | 11010001 | 1001 | 0 | 1001 | 1010 | 1111000 | 11110 | 1010110 |
Color Harmonies of #D1E6D1
Complementary color
Monochromatic Colors of #D1E6D1
Black with #D1E6D1
Text Example
Text Example
White with #D1E6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E6D1; }
p { color: rgb(209,230,209); }
H1.HeaderClassName
{
color: #D1E6D1;
}
.AnyTagClassName
{
color: #D1E6D1;
}
</style>
background-color css
<style>
a { background-color: #D1E6D1; }
a { background-color: rgb(209,230,209); }
div.DivClassName
{
background-color: #D1E6D1;
}
.BgClassName
{
background-color: #D1E6D1;
}
</style>
border-color css
<style>
span { border-color: #D1E6D1; }
span { border-color: rgb(209,230,209); }
td.TdClassName
{
border-color: #D1E6D1;
}
.TagClassName
{
border-color: #D1E6D1;
}
</style>