Shades of Aqua Squeeze #D7DAD7
Tints of Aqua Squeeze #D7DAD7
RGB
CMYK
RGB Variations
Color information
#D7DAD7 (or 0xD7DAD7) is known color: Aqua Squeeze. HEX triplet: D7, DA and D7. RGB value is (215,218,215). Sum of RGB (Red+Green+Blue) = 215+218+215=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAD7 is #282528. Grayscale: #D8D8D8. Windows color (decimal): -2630953 or 14146263. OLE color: 14146263.
HSL color Cylindrical-coordinate representation of color #D7DAD7: hue angle of 120º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D7DAD7 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 218 | 215 | - |
CMYK | 0.01 | 0 | 0.01 | 0.15 |
HSL | 120º | 0.04% | 0.85% | - |
HSV(B) | 120º | 0.01% | 0.85% | - |
XYZ | 65.36 | 69.5 | 74.26 | - |
YUV | 216.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 218 | 215 | 0.01 | 0 | 0.01 | 0.15 | 120 | 0.04 | 0.85 |
Hex | D7 | DA | D7 | 1 | 0 | 1 | F | 78 | 4 | 55 |
Octal | 327 | 332 | 327 | 1 | 0 | 1 | 17 | 170 | 4 | 125 |
Binary | 11010111 | 11011010 | 11010111 | 1 | 0 | 1 | 1111 | 1111000 | 100 | 1010101 |
Color Harmonies of #D7DAD7
Complementary color
Monochromatic Colors of #D7DAD7
Black with #D7DAD7
Text Example
Text Example
White with #D7DAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAD7; }
p { color: rgb(215,218,215); }
H1.HeaderClassName
{
color: #D7DAD7;
}
.AnyTagClassName
{
color: #D7DAD7;
}
</style>
background-color css
<style>
a { background-color: #D7DAD7; }
a { background-color: rgb(215,218,215); }
div.DivClassName
{
background-color: #D7DAD7;
}
.BgClassName
{
background-color: #D7DAD7;
}
</style>
border-color css
<style>
span { border-color: #D7DAD7; }
span { border-color: rgb(215,218,215); }
td.TdClassName
{
border-color: #D7DAD7;
}
.TagClassName
{
border-color: #D7DAD7;
}
</style>