Shades of Aqua Squeeze #D6E2D8
Tints of Aqua Squeeze #D6E2D8
RGB
CMYK
RGB Variations
Color information
#D6E2D8 (or 0xD6E2D8) is known color: Aqua Squeeze. HEX triplet: D6, E2 and D8. RGB value is (214,226,216). Sum of RGB (Red+Green+Blue) = 214+226+216=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E2D8 is #291D27. Grayscale: #DDDDDD. Windows color (decimal): -2694440 or 14213846. OLE color: 14213846.
HSL color Cylindrical-coordinate representation of color #D6E2D8: hue angle of 130º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6E2D8 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 214 | 226 | 216 | - |
CMYK | 0.05 | 0 | 0.04 | 0.11 |
HSL | 130º | 0.17% | 0.86% | - |
HSV(B) | 130º | 0.05% | 0.89% | - |
XYZ | 67.32 | 73.65 | 75.63 | - |
YUV | 221.27 | 125.02 | 122.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 226 | 216 | 0.05 | 0 | 0.04 | 0.11 | 130 | 0.17 | 0.86 |
Hex | D6 | E2 | D8 | 5 | 0 | 4 | B | 82 | 11 | 56 |
Octal | 326 | 342 | 330 | 5 | 0 | 4 | 13 | 202 | 21 | 126 |
Binary | 11010110 | 11100010 | 11011000 | 101 | 0 | 100 | 1011 | 10000010 | 10001 | 1010110 |
Color Harmonies of #D6E2D8
Complementary color
Monochromatic Colors of #D6E2D8
Black with #D6E2D8
Text Example
Text Example
White with #D6E2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E2D8; }
p { color: rgb(214,226,216); }
H1.HeaderClassName
{
color: #D6E2D8;
}
.AnyTagClassName
{
color: #D6E2D8;
}
</style>
background-color css
<style>
a { background-color: #D6E2D8; }
a { background-color: rgb(214,226,216); }
div.DivClassName
{
background-color: #D6E2D8;
}
.BgClassName
{
background-color: #D6E2D8;
}
</style>
border-color css
<style>
span { border-color: #D6E2D8; }
span { border-color: rgb(214,226,216); }
td.TdClassName
{
border-color: #D6E2D8;
}
.TagClassName
{
border-color: #D6E2D8;
}
</style>