Shades of Aqua Squeeze #D1DED1
Tints of Aqua Squeeze #D1DED1
RGB
CMYK
RGB Variations
Color information
#D1DED1 (or 0xD1DED1) is known color: Aqua Squeeze. HEX triplet: D1, DE and D1. RGB value is (209,222,209). Sum of RGB (Red+Green+Blue) = 209+222+209=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DED1 is #2E212E. Grayscale: #D8D8D8. Windows color (decimal): -3023151 or 13754065. OLE color: 13754065.
HSL color Cylindrical-coordinate representation of color #D1DED1: hue angle of 120º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DED1 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 209 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.13 |
| HSL | 120º | 0.16% | 0.85% | - |
| HSV(B) | 120º | 0.06% | 0.87% | - |
| XYZ | 63.92 | 70.4 | 70.54 | - |
| YUV | 216.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 209 | 0.06 | 0 | 0.06 | 0.13 | 120 | 0.16 | 0.85 |
| Hex | D1 | DE | D1 | 6 | 0 | 6 | D | 78 | 10 | 55 |
| Octal | 321 | 336 | 321 | 6 | 0 | 6 | 15 | 170 | 20 | 125 |
| Binary | 11010001 | 11011110 | 11010001 | 110 | 0 | 110 | 1101 | 1111000 | 10000 | 1010101 |
Color Harmonies of #D1DED1
Complementary color
Monochromatic Colors of #D1DED1
Black with #D1DED1
Text Example
Text Example
White with #D1DED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DED1; }
p { color: rgb(209,222,209); }
H1.HeaderClassName
{
color: #D1DED1;
}
.AnyTagClassName
{
color: #D1DED1;
}
</style>
background-color css
<style>
a { background-color: #D1DED1; }
a { background-color: rgb(209,222,209); }
div.DivClassName
{
background-color: #D1DED1;
}
.BgClassName
{
background-color: #D1DED1;
}
</style>
border-color css
<style>
span { border-color: #D1DED1; }
span { border-color: rgb(209,222,209); }
td.TdClassName
{
border-color: #D1DED1;
}
.TagClassName
{
border-color: #D1DED1;
}
</style>