Shades of Aqua Squeeze #D4E7D6
Tints of Aqua Squeeze #D4E7D6
RGB
CMYK
RGB Variations
Color information
#D4E7D6 (or 0xD4E7D6) is known color: Aqua Squeeze. HEX triplet: D4, E7 and D6. RGB value is (212,231,214). Sum of RGB (Red+Green+Blue) = 212+231+214=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E7D6 is #2B1829. Grayscale: #DFDFDF. Windows color (decimal): -2824234 or 14084052. OLE color: 14084052.
HSL color Cylindrical-coordinate representation of color #D4E7D6: hue angle of 126.32º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4E7D6 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
RGB | 212 | 231 | 214 | - |
CMYK | 0.08 | 0 | 0.07 | 0.09 |
HSL | 126.32º | 0.28% | 0.87% | - |
HSV(B) | 126.32º | 0.08% | 0.91% | - |
XYZ | 67.86 | 76 | 74.71 | - |
YUV | 223.38 | 122.71 | 119.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 231 | 214 | 0.08 | 0 | 0.07 | 0.09 | 126.32 | 0.28 | 0.87 |
Hex | D4 | E7 | D6 | 8 | 0 | 7 | 9 | 7E | 1C | 57 |
Octal | 324 | 347 | 326 | 10 | 0 | 7 | 11 | 176 | 34 | 127 |
Binary | 11010100 | 11100111 | 11010110 | 1000 | 0 | 111 | 1001 | 1111110 | 11100 | 1010111 |
Color Harmonies of #D4E7D6
Complementary color
Monochromatic Colors of #D4E7D6
Black with #D4E7D6
Text Example
Text Example
White with #D4E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E7D6; }
p { color: rgb(212,231,214); }
H1.HeaderClassName
{
color: #D4E7D6;
}
.AnyTagClassName
{
color: #D4E7D6;
}
</style>
background-color css
<style>
a { background-color: #D4E7D6; }
a { background-color: rgb(212,231,214); }
div.DivClassName
{
background-color: #D4E7D6;
}
.BgClassName
{
background-color: #D4E7D6;
}
</style>
border-color css
<style>
span { border-color: #D4E7D6; }
span { border-color: rgb(212,231,214); }
td.TdClassName
{
border-color: #D4E7D6;
}
.TagClassName
{
border-color: #D4E7D6;
}
</style>