Shades of Aqua Squeeze #D1EFD5
Tints of Aqua Squeeze #D1EFD5
RGB
CMYK
RGB Variations
Color information
#D1EFD5 (or 0xD1EFD5) is known color: Aqua Squeeze. HEX triplet: D1, EF and D5. RGB value is (209,239,213). Sum of RGB (Red+Green+Blue) = 209+239+213=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFD5 is #2E102A. Grayscale: #E3E3E3. Windows color (decimal): -3018795 or 14020561. OLE color: 14020561.
HSL color Cylindrical-coordinate representation of color #D1EFD5: hue angle of 128º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFD5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 213 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.06 |
| HSL | 128º | 0.48% | 0.88% | - |
| HSV(B) | 128º | 0.13% | 0.94% | - |
| XYZ | 69.17 | 80.09 | 74.76 | - |
| YUV | 227.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 213 | 0.13 | 0 | 0.11 | 0.06 | 128 | 0.48 | 0.88 |
| Hex | D1 | EF | D5 | D | 0 | B | 6 | 80 | 30 | 58 |
| Octal | 321 | 357 | 325 | 15 | 0 | 13 | 6 | 200 | 60 | 130 |
| Binary | 11010001 | 11101111 | 11010101 | 1101 | 0 | 1011 | 110 | 10000000 | 110000 | 1011000 |
Color Harmonies of #D1EFD5
Complementary color
Monochromatic Colors of #D1EFD5
Black with #D1EFD5
Text Example
Text Example
White with #D1EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFD5; }
p { color: rgb(209,239,213); }
H1.HeaderClassName
{
color: #D1EFD5;
}
.AnyTagClassName
{
color: #D1EFD5;
}
</style>
background-color css
<style>
a { background-color: #D1EFD5; }
a { background-color: rgb(209,239,213); }
div.DivClassName
{
background-color: #D1EFD5;
}
.BgClassName
{
background-color: #D1EFD5;
}
</style>
border-color css
<style>
span { border-color: #D1EFD5; }
span { border-color: rgb(209,239,213); }
td.TdClassName
{
border-color: #D1EFD5;
}
.TagClassName
{
border-color: #D1EFD5;
}
</style>