Shades of Aqua Squeeze #D2EFD5
Tints of Aqua Squeeze #D2EFD5
RGB
CMYK
RGB Variations
Color information
#D2EFD5 (or 0xD2EFD5) is known color: Aqua Squeeze. HEX triplet: D2, EF and D5. RGB value is (210,239,213). Sum of RGB (Red+Green+Blue) = 210+239+213=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFD5 is #2D102A. Grayscale: #E3E3E3. Windows color (decimal): -2953259 or 14020562. OLE color: 14020562.
HSL color Cylindrical-coordinate representation of color #D2EFD5: hue angle of 126.21º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EFD5 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 213 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.06 |
| HSL | 126.21º | 0.48% | 0.88% | - |
| HSV(B) | 126.21º | 0.12% | 0.94% | - |
| XYZ | 69.46 | 80.24 | 74.78 | - |
| YUV | 227.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 213 | 0.12 | 0 | 0.11 | 0.06 | 126.21 | 0.48 | 0.88 |
| Hex | D2 | EF | D5 | C | 0 | B | 6 | 7E | 30 | 58 |
| Octal | 322 | 357 | 325 | 14 | 0 | 13 | 6 | 176 | 60 | 130 |
| Binary | 11010010 | 11101111 | 11010101 | 1100 | 0 | 1011 | 110 | 1111110 | 110000 | 1011000 |
Color Harmonies of #D2EFD5
Complementary color
Monochromatic Colors of #D2EFD5
Black with #D2EFD5
Text Example
Text Example
White with #D2EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFD5; }
p { color: rgb(210,239,213); }
H1.HeaderClassName
{
color: #D2EFD5;
}
.AnyTagClassName
{
color: #D2EFD5;
}
</style>
background-color css
<style>
a { background-color: #D2EFD5; }
a { background-color: rgb(210,239,213); }
div.DivClassName
{
background-color: #D2EFD5;
}
.BgClassName
{
background-color: #D2EFD5;
}
</style>
border-color css
<style>
span { border-color: #D2EFD5; }
span { border-color: rgb(210,239,213); }
td.TdClassName
{
border-color: #D2EFD5;
}
.TagClassName
{
border-color: #D2EFD5;
}
</style>