Shades of Aqua Squeeze #D6E1D8
Tints of Aqua Squeeze #D6E1D8
RGB
CMYK
RGB Variations
Color information
#D6E1D8 (or 0xD6E1D8) is known color: Aqua Squeeze. HEX triplet: D6, E1 and D8. RGB value is (214,225,216). Sum of RGB (Red+Green+Blue) = 214+225+216=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1D8 is #291E27. Grayscale: #DCDCDC. Windows color (decimal): -2694696 or 14213590. OLE color: 14213590.
HSL color Cylindrical-coordinate representation of color #D6E1D8: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6E1D8 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 216 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.12 |
| HSL | 130.91º | 0.15% | 0.86% | - |
| HSV(B) | 130.91º | 0.05% | 0.88% | - |
| XYZ | 67.05 | 73.1 | 75.54 | - |
| YUV | 220.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 216 | 0.05 | 0 | 0.04 | 0.12 | 130.91 | 0.15 | 0.86 |
| Hex | D6 | E1 | D8 | 5 | 0 | 4 | C | 83 | F | 56 |
| Octal | 326 | 341 | 330 | 5 | 0 | 4 | 14 | 203 | 17 | 126 |
| Binary | 11010110 | 11100001 | 11011000 | 101 | 0 | 100 | 1100 | 10000011 | 1111 | 1010110 |
Color Harmonies of #D6E1D8
Complementary color
Monochromatic Colors of #D6E1D8
Black with #D6E1D8
Text Example
Text Example
White with #D6E1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E1D8; }
p { color: rgb(214,225,216); }
H1.HeaderClassName
{
color: #D6E1D8;
}
.AnyTagClassName
{
color: #D6E1D8;
}
</style>
background-color css
<style>
a { background-color: #D6E1D8; }
a { background-color: rgb(214,225,216); }
div.DivClassName
{
background-color: #D6E1D8;
}
.BgClassName
{
background-color: #D6E1D8;
}
</style>
border-color css
<style>
span { border-color: #D6E1D8; }
span { border-color: rgb(214,225,216); }
td.TdClassName
{
border-color: #D6E1D8;
}
.TagClassName
{
border-color: #D6E1D8;
}
</style>