Shades of Aqua Squeeze #D6DED6
Tints of Aqua Squeeze #D6DED6
RGB
CMYK
RGB Variations
Color information
#D6DED6 (or 0xD6DED6) is known color: Aqua Squeeze. HEX triplet: D6, DE and D6. RGB value is (214,222,214). Sum of RGB (Red+Green+Blue) = 214+222+214=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DED6 is #292129. Grayscale: #DADADA. Windows color (decimal): -2695466 or 14081750. OLE color: 14081750.
HSL color Cylindrical-coordinate representation of color #D6DED6: hue angle of 120º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6DED6 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 222 | 214 | - |
CMYK | 0.04 | 0 | 0.04 | 0.13 |
HSL | 120º | 0.11% | 0.85% | - |
HSV(B) | 120º | 0.04% | 0.87% | - |
XYZ | 65.99 | 71.39 | 73.92 | - |
YUV | 218.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 222 | 214 | 0.04 | 0 | 0.04 | 0.13 | 120 | 0.11 | 0.85 |
Hex | D6 | DE | D6 | 4 | 0 | 4 | D | 78 | B | 55 |
Octal | 326 | 336 | 326 | 4 | 0 | 4 | 15 | 170 | 13 | 125 |
Binary | 11010110 | 11011110 | 11010110 | 100 | 0 | 100 | 1101 | 1111000 | 1011 | 1010101 |
Color Harmonies of #D6DED6
Complementary color
Monochromatic Colors of #D6DED6
Black with #D6DED6
Text Example
Text Example
White with #D6DED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DED6; }
p { color: rgb(214,222,214); }
H1.HeaderClassName
{
color: #D6DED6;
}
.AnyTagClassName
{
color: #D6DED6;
}
</style>
background-color css
<style>
a { background-color: #D6DED6; }
a { background-color: rgb(214,222,214); }
div.DivClassName
{
background-color: #D6DED6;
}
.BgClassName
{
background-color: #D6DED6;
}
</style>
border-color css
<style>
span { border-color: #D6DED6; }
span { border-color: rgb(214,222,214); }
td.TdClassName
{
border-color: #D6DED6;
}
.TagClassName
{
border-color: #D6DED6;
}
</style>