Shades of Aqua Squeeze #D7DBD7
Tints of Aqua Squeeze #D7DBD7
RGB
CMYK
RGB Variations
Color information
#D7DBD7 (or 0xD7DBD7) is known color: Aqua Squeeze. HEX triplet: D7, DB and D7. RGB value is (215,219,215). Sum of RGB (Red+Green+Blue) = 215+219+215=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBD7 is #282428. Grayscale: #D9D9D9. Windows color (decimal): -2630697 or 14146519. OLE color: 14146519.
HSL color Cylindrical-coordinate representation of color #D7DBD7: hue angle of 120º degrees, saturation: 0.05, 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 #D7DBD7 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 219 | 215 | - |
CMYK | 0.02 | 0 | 0.02 | 0.14 |
HSL | 120º | 0.05% | 0.85% | - |
HSV(B) | 120º | 0.02% | 0.86% | - |
XYZ | 65.62 | 70.02 | 74.35 | - |
YUV | 217.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 219 | 215 | 0.02 | 0 | 0.02 | 0.14 | 120 | 0.05 | 0.85 |
Hex | D7 | DB | D7 | 2 | 0 | 2 | E | 78 | 5 | 55 |
Octal | 327 | 333 | 327 | 2 | 0 | 2 | 16 | 170 | 5 | 125 |
Binary | 11010111 | 11011011 | 11010111 | 10 | 0 | 10 | 1110 | 1111000 | 101 | 1010101 |
Color Harmonies of #D7DBD7
Complementary color
Monochromatic Colors of #D7DBD7
Black with #D7DBD7
Text Example
Text Example
White with #D7DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBD7; }
p { color: rgb(215,219,215); }
H1.HeaderClassName
{
color: #D7DBD7;
}
.AnyTagClassName
{
color: #D7DBD7;
}
</style>
background-color css
<style>
a { background-color: #D7DBD7; }
a { background-color: rgb(215,219,215); }
div.DivClassName
{
background-color: #D7DBD7;
}
.BgClassName
{
background-color: #D7DBD7;
}
</style>
border-color css
<style>
span { border-color: #D7DBD7; }
span { border-color: rgb(215,219,215); }
td.TdClassName
{
border-color: #D7DBD7;
}
.TagClassName
{
border-color: #D7DBD7;
}
</style>