Shades of Aqua Haze #D8DDD3
Tints of Aqua Haze #D8DDD3
RGB
CMYK
RGB Variations
Color information
#D8DDD3 (or 0xD8DDD3) is known color: Aqua Haze. HEX triplet: D8, DD and D3. RGB value is (216,221,211). Sum of RGB (Red+Green+Blue) = 216+221+211=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDD3 is #27222C. Grayscale: #DADADA. Windows color (decimal): -2564653 or 13884888. OLE color: 13884888.
HSL color Cylindrical-coordinate representation of color #D8DDD3: hue angle of 90º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8DDD3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 211 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.13 |
| HSL | 90º | 0.13% | 0.85% | - |
| HSV(B) | 90º | 0.05% | 0.87% | - |
| XYZ | 65.93 | 71.01 | 71.86 | - |
| YUV | 218.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 211 | 0.02 | 0 | 0.05 | 0.13 | 90 | 0.13 | 0.85 |
| Hex | D8 | DD | D3 | 2 | 0 | 5 | D | 5A | D | 55 |
| Octal | 330 | 335 | 323 | 2 | 0 | 5 | 15 | 132 | 15 | 125 |
| Binary | 11011000 | 11011101 | 11010011 | 10 | 0 | 101 | 1101 | 1011010 | 1101 | 1010101 |
Color Harmonies of #D8DDD3
Complementary color
Monochromatic Colors of #D8DDD3
Black with #D8DDD3
Text Example
Text Example
White with #D8DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDD3; }
p { color: rgb(216,221,211); }
H1.HeaderClassName
{
color: #D8DDD3;
}
.AnyTagClassName
{
color: #D8DDD3;
}
</style>
background-color css
<style>
a { background-color: #D8DDD3; }
a { background-color: rgb(216,221,211); }
div.DivClassName
{
background-color: #D8DDD3;
}
.BgClassName
{
background-color: #D8DDD3;
}
</style>
border-color css
<style>
span { border-color: #D8DDD3; }
span { border-color: rgb(216,221,211); }
td.TdClassName
{
border-color: #D8DDD3;
}
.TagClassName
{
border-color: #D8DDD3;
}
</style>