Shades of Aqua Squeeze #D6DBD7
Tints of Aqua Squeeze #D6DBD7
RGB
CMYK
RGB Variations
Color information
#D6DBD7 (or 0xD6DBD7) is known color: Aqua Squeeze. HEX triplet: D6, DB and D7. RGB value is (214,219,215). Sum of RGB (Red+Green+Blue) = 214+219+215=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBD7 is #292428. Grayscale: #D9D9D9. Windows color (decimal): -2696233 or 14146518. OLE color: 14146518.
HSL color Cylindrical-coordinate representation of color #D6DBD7: hue angle of 132º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D6DBD7 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 214 | 219 | 215 | - |
CMYK | 0.02 | 0 | 0.02 | 0.14 |
HSL | 132º | 0.06% | 0.85% | - |
HSV(B) | 132º | 0.02% | 0.86% | - |
XYZ | 65.33 | 69.87 | 74.33 | - |
YUV | 217.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 219 | 215 | 0.02 | 0 | 0.02 | 0.14 | 132 | 0.06 | 0.85 |
Hex | D6 | DB | D7 | 2 | 0 | 2 | E | 84 | 6 | 55 |
Octal | 326 | 333 | 327 | 2 | 0 | 2 | 16 | 204 | 6 | 125 |
Binary | 11010110 | 11011011 | 11010111 | 10 | 0 | 10 | 1110 | 10000100 | 110 | 1010101 |
Color Harmonies of #D6DBD7
Complementary color
Monochromatic Colors of #D6DBD7
Black with #D6DBD7
Text Example
Text Example
White with #D6DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DBD7; }
p { color: rgb(214,219,215); }
H1.HeaderClassName
{
color: #D6DBD7;
}
.AnyTagClassName
{
color: #D6DBD7;
}
</style>
background-color css
<style>
a { background-color: #D6DBD7; }
a { background-color: rgb(214,219,215); }
div.DivClassName
{
background-color: #D6DBD7;
}
.BgClassName
{
background-color: #D6DBD7;
}
</style>
border-color css
<style>
span { border-color: #D6DBD7; }
span { border-color: rgb(214,219,215); }
td.TdClassName
{
border-color: #D6DBD7;
}
.TagClassName
{
border-color: #D6DBD7;
}
</style>