Shades of Aqua Haze #D7DCD4
Tints of Aqua Haze #D7DCD4
RGB
CMYK
RGB Variations
Color information
#D7DCD4 (or 0xD7DCD4) is known color: Aqua Haze. HEX triplet: D7, DC and D4. RGB value is (215,220,212). Sum of RGB (Red+Green+Blue) = 215+220+212=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCD4 is #28232B. Grayscale: #D9D9D9. Windows color (decimal): -2630444 or 13950167. OLE color: 13950167.
HSL color Cylindrical-coordinate representation of color #D7DCD4: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DCD4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 212 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.14 |
| HSL | 97.5º | 0.1% | 0.85% | - |
| HSV(B) | 97.5º | 0.04% | 0.86% | - |
| XYZ | 65.5 | 70.39 | 72.42 | - |
| YUV | 217.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 212 | 0.02 | 0 | 0.04 | 0.14 | 97.5 | 0.1 | 0.85 |
| Hex | D7 | DC | D4 | 2 | 0 | 4 | E | 62 | A | 55 |
| Octal | 327 | 334 | 324 | 2 | 0 | 4 | 16 | 142 | 12 | 125 |
| Binary | 11010111 | 11011100 | 11010100 | 10 | 0 | 100 | 1110 | 1100010 | 1010 | 1010101 |
Color Harmonies of #D7DCD4
Complementary color
Monochromatic Colors of #D7DCD4
Black with #D7DCD4
Text Example
Text Example
White with #D7DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCD4; }
p { color: rgb(215,220,212); }
H1.HeaderClassName
{
color: #D7DCD4;
}
.AnyTagClassName
{
color: #D7DCD4;
}
</style>
background-color css
<style>
a { background-color: #D7DCD4; }
a { background-color: rgb(215,220,212); }
div.DivClassName
{
background-color: #D7DCD4;
}
.BgClassName
{
background-color: #D7DCD4;
}
</style>
border-color css
<style>
span { border-color: #D7DCD4; }
span { border-color: rgb(215,220,212); }
td.TdClassName
{
border-color: #D7DCD4;
}
.TagClassName
{
border-color: #D7DCD4;
}
</style>