Shades of Aqua Haze #D7DCD2
Tints of Aqua Haze #D7DCD2
RGB
CMYK
RGB Variations
Color information
#D7DCD2 (or 0xD7DCD2) is known color: Aqua Haze. HEX triplet: D7, DC and D2. RGB value is (215,220,210). Sum of RGB (Red+Green+Blue) = 215+220+210=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCD2 is #28232D. Grayscale: #D9D9D9. Windows color (decimal): -2630446 or 13819095. OLE color: 13819095.
HSL color Cylindrical-coordinate representation of color #D7DCD2: hue angle of 90º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7DCD2 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 220 | 210 | - |
CMYK | 0.02 | 0 | 0.05 | 0.14 |
HSL | 90º | 0.13% | 0.84% | - |
HSV(B) | 90º | 0.05% | 0.86% | - |
XYZ | 65.25 | 70.29 | 71.1 | - |
YUV | 217.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 220 | 210 | 0.02 | 0 | 0.05 | 0.14 | 90 | 0.13 | 0.84 |
Hex | D7 | DC | D2 | 2 | 0 | 5 | E | 5A | C | 54 |
Octal | 327 | 334 | 322 | 2 | 0 | 5 | 16 | 132 | 14 | 124 |
Binary | 11010111 | 11011100 | 11010010 | 10 | 0 | 101 | 1110 | 1011010 | 1100 | 1010100 |
Color Harmonies of #D7DCD2
Complementary color
Monochromatic Colors of #D7DCD2
Black with #D7DCD2
Text Example
Text Example
White with #D7DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCD2; }
p { color: rgb(215,220,210); }
H1.HeaderClassName
{
color: #D7DCD2;
}
.AnyTagClassName
{
color: #D7DCD2;
}
</style>
background-color css
<style>
a { background-color: #D7DCD2; }
a { background-color: rgb(215,220,210); }
div.DivClassName
{
background-color: #D7DCD2;
}
.BgClassName
{
background-color: #D7DCD2;
}
</style>
border-color css
<style>
span { border-color: #D7DCD2; }
span { border-color: rgb(215,220,210); }
td.TdClassName
{
border-color: #D7DCD2;
}
.TagClassName
{
border-color: #D7DCD2;
}
</style>