Shades of Aqua Squeeze #D6E8D9
Tints of Aqua Squeeze #D6E8D9
RGB
CMYK
RGB Variations
Color information
#D6E8D9 (or 0xD6E8D9) is known color: Aqua Squeeze. HEX triplet: D6, E8 and D9. RGB value is (214,232,217). Sum of RGB (Red+Green+Blue) = 214+232+217=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8D9 is #291726. Grayscale: #E0E0E0. Windows color (decimal): -2692903 or 14280918. OLE color: 14280918.
HSL color Cylindrical-coordinate representation of color #D6E8D9: hue angle of 130º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E8D9 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 217 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.09 |
| HSL | 130º | 0.28% | 0.87% | - |
| HSV(B) | 130º | 0.08% | 0.91% | - |
| XYZ | 69.11 | 77.02 | 76.87 | - |
| YUV | 224.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 217 | 0.08 | 0 | 0.06 | 0.09 | 130 | 0.28 | 0.87 |
| Hex | D6 | E8 | D9 | 8 | 0 | 6 | 9 | 82 | 1C | 57 |
| Octal | 326 | 350 | 331 | 10 | 0 | 6 | 11 | 202 | 34 | 127 |
| Binary | 11010110 | 11101000 | 11011001 | 1000 | 0 | 110 | 1001 | 10000010 | 11100 | 1010111 |
Color Harmonies of #D6E8D9
Complementary color
Monochromatic Colors of #D6E8D9
Black with #D6E8D9
Text Example
Text Example
White with #D6E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E8D9; }
p { color: rgb(214,232,217); }
H1.HeaderClassName
{
color: #D6E8D9;
}
.AnyTagClassName
{
color: #D6E8D9;
}
</style>
background-color css
<style>
a { background-color: #D6E8D9; }
a { background-color: rgb(214,232,217); }
div.DivClassName
{
background-color: #D6E8D9;
}
.BgClassName
{
background-color: #D6E8D9;
}
</style>
border-color css
<style>
span { border-color: #D6E8D9; }
span { border-color: rgb(214,232,217); }
td.TdClassName
{
border-color: #D6E8D9;
}
.TagClassName
{
border-color: #D6E8D9;
}
</style>