Shades of Aqua Squeeze #D1EAD3
Tints of Aqua Squeeze #D1EAD3
RGB
CMYK
RGB Variations
Color information
#D1EAD3 (or 0xD1EAD3) is known color: Aqua Squeeze. HEX triplet: D1, EA and D3. RGB value is (209,234,211). Sum of RGB (Red+Green+Blue) = 209+234+211=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EAD3 is #2E152C. Grayscale: #DFDFDF. Windows color (decimal): -3020077 or 13888209. OLE color: 13888209.
HSL color Cylindrical-coordinate representation of color #D1EAD3: hue angle of 124.8º 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 #D1EAD3 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 209 | 234 | 211 | - |
CMYK | 0.11 | 0 | 0.10 | 0.08 |
HSL | 124.8º | 0.37% | 0.87% | - |
HSV(B) | 124.8º | 0.11% | 0.92% | - |
XYZ | 67.48 | 77.1 | 72.95 | - |
YUV | 223.9 | 120.72 | 117.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 234 | 211 | 0.11 | 0 | 0.10 | 0.08 | 124.8 | 0.37 | 0.87 |
Hex | D1 | EA | D3 | B | 0 | A | 8 | 7D | 25 | 57 |
Octal | 321 | 352 | 323 | 13 | 0 | 12 | 10 | 175 | 45 | 127 |
Binary | 11010001 | 11101010 | 11010011 | 1011 | 0 | 1010 | 1000 | 1111101 | 100101 | 1010111 |
Color Harmonies of #D1EAD3
Complementary color
Monochromatic Colors of #D1EAD3
Black with #D1EAD3
Text Example
Text Example
White with #D1EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EAD3; }
p { color: rgb(209,234,211); }
H1.HeaderClassName
{
color: #D1EAD3;
}
.AnyTagClassName
{
color: #D1EAD3;
}
</style>
background-color css
<style>
a { background-color: #D1EAD3; }
a { background-color: rgb(209,234,211); }
div.DivClassName
{
background-color: #D1EAD3;
}
.BgClassName
{
background-color: #D1EAD3;
}
</style>
border-color css
<style>
span { border-color: #D1EAD3; }
span { border-color: rgb(209,234,211); }
td.TdClassName
{
border-color: #D1EAD3;
}
.TagClassName
{
border-color: #D1EAD3;
}
</style>