Shades of Aqua Squeeze #D1EAD4
Tints of Aqua Squeeze #D1EAD4
RGB
CMYK
RGB Variations
Color information
#D1EAD4 (or 0xD1EAD4) is known color: Aqua Squeeze. HEX triplet: D1, EA and D4. RGB value is (209,234,212). Sum of RGB (Red+Green+Blue) = 209+234+212=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EAD4 is #2E152B. Grayscale: #E0E0E0. Windows color (decimal): -3020076 or 13953745. OLE color: 13953745.
HSL color Cylindrical-coordinate representation of color #D1EAD4: hue angle of 127.2º 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 #D1EAD4 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 209 | 234 | 212 | - |
CMYK | 0.11 | 0 | 0.09 | 0.08 |
HSL | 127.2º | 0.37% | 0.87% | - |
HSV(B) | 127.2º | 0.11% | 0.92% | - |
XYZ | 67.6 | 77.15 | 73.62 | - |
YUV | 224.02 | 121.22 | 117.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 234 | 212 | 0.11 | 0 | 0.09 | 0.08 | 127.2 | 0.37 | 0.87 |
Hex | D1 | EA | D4 | B | 0 | 9 | 8 | 7F | 25 | 57 |
Octal | 321 | 352 | 324 | 13 | 0 | 11 | 10 | 177 | 45 | 127 |
Binary | 11010001 | 11101010 | 11010100 | 1011 | 0 | 1001 | 1000 | 1111111 | 100101 | 1010111 |
Color Harmonies of #D1EAD4
Complementary color
Monochromatic Colors of #D1EAD4
Black with #D1EAD4
Text Example
Text Example
White with #D1EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EAD4; }
p { color: rgb(209,234,212); }
H1.HeaderClassName
{
color: #D1EAD4;
}
.AnyTagClassName
{
color: #D1EAD4;
}
</style>
background-color css
<style>
a { background-color: #D1EAD4; }
a { background-color: rgb(209,234,212); }
div.DivClassName
{
background-color: #D1EAD4;
}
.BgClassName
{
background-color: #D1EAD4;
}
</style>
border-color css
<style>
span { border-color: #D1EAD4; }
span { border-color: rgb(209,234,212); }
td.TdClassName
{
border-color: #D1EAD4;
}
.TagClassName
{
border-color: #D1EAD4;
}
</style>