Shades of Aqua Haze #D8DDD4
Tints of Aqua Haze #D8DDD4
RGB
CMYK
RGB Variations
Color information
#D8DDD4 (or 0xD8DDD4) is known color: Aqua Haze. HEX triplet: D8, DD and D4. RGB value is (216,221,212). Sum of RGB (Red+Green+Blue) = 216+221+212=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDD4 is #27222B. Grayscale: #DADADA. Windows color (decimal): -2564652 or 13950424. OLE color: 13950424.
HSL color Cylindrical-coordinate representation of color #D8DDD4: hue angle of 93.33º degrees, saturation: 0.12, 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 #D8DDD4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 221 | 212 | - |
CMYK | 0.02 | 0 | 0.04 | 0.13 |
HSL | 93.33º | 0.12% | 0.85% | - |
HSV(B) | 93.33º | 0.04% | 0.87% | - |
XYZ | 66.06 | 71.07 | 72.52 | - |
YUV | 218.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 221 | 212 | 0.02 | 0 | 0.04 | 0.13 | 93.33 | 0.12 | 0.85 |
Hex | D8 | DD | D4 | 2 | 0 | 4 | D | 5D | C | 55 |
Octal | 330 | 335 | 324 | 2 | 0 | 4 | 15 | 135 | 14 | 125 |
Binary | 11011000 | 11011101 | 11010100 | 10 | 0 | 100 | 1101 | 1011101 | 1100 | 1010101 |
Color Harmonies of #D8DDD4
Complementary color
Monochromatic Colors of #D8DDD4
Black with #D8DDD4
Text Example
Text Example
White with #D8DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDD4; }
p { color: rgb(216,221,212); }
H1.HeaderClassName
{
color: #D8DDD4;
}
.AnyTagClassName
{
color: #D8DDD4;
}
</style>
background-color css
<style>
a { background-color: #D8DDD4; }
a { background-color: rgb(216,221,212); }
div.DivClassName
{
background-color: #D8DDD4;
}
.BgClassName
{
background-color: #D8DDD4;
}
</style>
border-color css
<style>
span { border-color: #D8DDD4; }
span { border-color: rgb(216,221,212); }
td.TdClassName
{
border-color: #D8DDD4;
}
.TagClassName
{
border-color: #D8DDD4;
}
</style>