Shades of Aqua Squeeze #D1EAD2
Tints of Aqua Squeeze #D1EAD2
RGB
CMYK
RGB Variations
Color information
#D1EAD2 (or 0xD1EAD2) is known color: Aqua Squeeze. HEX triplet: D1, EA and D2. RGB value is (209,234,210). Sum of RGB (Red+Green+Blue) = 209+234+210=653 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.01% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EAD2 is #2E152D. Grayscale: #DFDFDF. Windows color (decimal): -3020078 or 13822673. OLE color: 13822673.
HSL color Cylindrical-coordinate representation of color #D1EAD2: hue angle of 122.4º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1EAD2 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 209 | 234 | 210 | - |
CMYK | 0.11 | 0 | 0.10 | 0.08 |
HSL | 122.4º | 0.37% | 0.87% | - |
HSV(B) | 122.4º | 0.11% | 0.92% | - |
XYZ | 67.35 | 77.05 | 72.3 | - |
YUV | 223.79 | 120.22 | 117.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 234 | 210 | 0.11 | 0 | 0.10 | 0.08 | 122.4 | 0.37 | 0.87 |
Hex | D1 | EA | D2 | B | 0 | A | 8 | 7A | 25 | 57 |
Octal | 321 | 352 | 322 | 13 | 0 | 12 | 10 | 172 | 45 | 127 |
Binary | 11010001 | 11101010 | 11010010 | 1011 | 0 | 1010 | 1000 | 1111010 | 100101 | 1010111 |
Color Harmonies of #D1EAD2
Complementary color
Monochromatic Colors of #D1EAD2
Black with #D1EAD2
Text Example
Text Example
White with #D1EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EAD2; }
p { color: rgb(209,234,210); }
H1.HeaderClassName
{
color: #D1EAD2;
}
.AnyTagClassName
{
color: #D1EAD2;
}
</style>
background-color css
<style>
a { background-color: #D1EAD2; }
a { background-color: rgb(209,234,210); }
div.DivClassName
{
background-color: #D1EAD2;
}
.BgClassName
{
background-color: #D1EAD2;
}
</style>
border-color css
<style>
span { border-color: #D1EAD2; }
span { border-color: rgb(209,234,210); }
td.TdClassName
{
border-color: #D1EAD2;
}
.TagClassName
{
border-color: #D1EAD2;
}
</style>