Shades of Aqua Squeeze #D5DBD6
Tints of Aqua Squeeze #D5DBD6
RGB
CMYK
RGB Variations
Color information
#D5DBD6 (or 0xD5DBD6) is known color: Aqua Squeeze. HEX triplet: D5, DB and D6. RGB value is (213,219,214). Sum of RGB (Red+Green+Blue) = 213+219+214=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD6 is #2A2429. Grayscale: #D8D8D8. Windows color (decimal): -2761770 or 14080981. OLE color: 14080981.
HSL color Cylindrical-coordinate representation of color #D5DBD6: hue angle of 130º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5DBD6 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 219 | 214 | - |
CMYK | 0.03 | 0 | 0.02 | 0.14 |
HSL | 130º | 0.08% | 0.85% | - |
HSV(B) | 130º | 0.03% | 0.86% | - |
XYZ | 64.91 | 69.66 | 73.64 | - |
YUV | 216.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 214 | 0.03 | 0 | 0.02 | 0.14 | 130 | 0.08 | 0.85 |
Hex | D5 | DB | D6 | 3 | 0 | 2 | E | 82 | 8 | 55 |
Octal | 325 | 333 | 326 | 3 | 0 | 2 | 16 | 202 | 10 | 125 |
Binary | 11010101 | 11011011 | 11010110 | 11 | 0 | 10 | 1110 | 10000010 | 1000 | 1010101 |
Color Harmonies of #D5DBD6
Complementary color
Monochromatic Colors of #D5DBD6
Black with #D5DBD6
Text Example
Text Example
White with #D5DBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBD6; }
p { color: rgb(213,219,214); }
H1.HeaderClassName
{
color: #D5DBD6;
}
.AnyTagClassName
{
color: #D5DBD6;
}
</style>
background-color css
<style>
a { background-color: #D5DBD6; }
a { background-color: rgb(213,219,214); }
div.DivClassName
{
background-color: #D5DBD6;
}
.BgClassName
{
background-color: #D5DBD6;
}
</style>
border-color css
<style>
span { border-color: #D5DBD6; }
span { border-color: rgb(213,219,214); }
td.TdClassName
{
border-color: #D5DBD6;
}
.TagClassName
{
border-color: #D5DBD6;
}
</style>