Shades of Aqua Squeeze #D4EDD8
Tints of Aqua Squeeze #D4EDD8
RGB
CMYK
RGB Variations
Color information
#D4EDD8 (or 0xD4EDD8) is known color: Aqua Squeeze. HEX triplet: D4, ED and D8. RGB value is (212,237,216). Sum of RGB (Red+Green+Blue) = 212+237+216=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDD8 is #2B1227. Grayscale: #E3E3E3. Windows color (decimal): -2822696 or 14216660. OLE color: 14216660.
HSL color Cylindrical-coordinate representation of color #D4EDD8: hue angle of 129.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EDD8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 237 | 216 | - |
CMYK | 0.11 | 0 | 0.09 | 0.07 |
HSL | 129.6º | 0.41% | 0.88% | - |
HSV(B) | 129.6º | 0.11% | 0.93% | - |
XYZ | 69.83 | 79.52 | 76.63 | - |
YUV | 227.13 | 121.72 | 117.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 237 | 216 | 0.11 | 0 | 0.09 | 0.07 | 129.6 | 0.41 | 0.88 |
Hex | D4 | ED | D8 | B | 0 | 9 | 7 | 82 | 29 | 58 |
Octal | 324 | 355 | 330 | 13 | 0 | 11 | 7 | 202 | 51 | 130 |
Binary | 11010100 | 11101101 | 11011000 | 1011 | 0 | 1001 | 111 | 10000010 | 101001 | 1011000 |
Color Harmonies of #D4EDD8
Complementary color
Monochromatic Colors of #D4EDD8
Black with #D4EDD8
Text Example
Text Example
White with #D4EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDD8; }
p { color: rgb(212,237,216); }
H1.HeaderClassName
{
color: #D4EDD8;
}
.AnyTagClassName
{
color: #D4EDD8;
}
</style>
background-color css
<style>
a { background-color: #D4EDD8; }
a { background-color: rgb(212,237,216); }
div.DivClassName
{
background-color: #D4EDD8;
}
.BgClassName
{
background-color: #D4EDD8;
}
</style>
border-color css
<style>
span { border-color: #D4EDD8; }
span { border-color: rgb(212,237,216); }
td.TdClassName
{
border-color: #D4EDD8;
}
.TagClassName
{
border-color: #D4EDD8;
}
</style>