Shades of Aqua Haze #D7DFCF
Tints of Aqua Haze #D7DFCF
RGB
CMYK
RGB Variations
Color information
#D7DFCF (or 0xD7DFCF) is known color: Aqua Haze. HEX triplet: D7, DF and CF. RGB value is (215,223,207). Sum of RGB (Red+Green+Blue) = 215+223+207=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFCF is #282030. Grayscale: #DADADA. Windows color (decimal): -2629681 or 13623255. OLE color: 13623255.
HSL color Cylindrical-coordinate representation of color #D7DFCF: hue angle of 90º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7DFCF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 223 | 207 | - |
CMYK | 0.04 | 0 | 0.07 | 0.13 |
HSL | 90º | 0.2% | 0.84% | - |
HSV(B) | 90º | 0.07% | 0.87% | - |
XYZ | 65.67 | 71.73 | 69.41 | - |
YUV | 218.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 223 | 207 | 0.04 | 0 | 0.07 | 0.13 | 90 | 0.2 | 0.84 |
Hex | D7 | DF | CF | 4 | 0 | 7 | D | 5A | 14 | 54 |
Octal | 327 | 337 | 317 | 4 | 0 | 7 | 15 | 132 | 24 | 124 |
Binary | 11010111 | 11011111 | 11001111 | 100 | 0 | 111 | 1101 | 1011010 | 10100 | 1010100 |
Color Harmonies of #D7DFCF
Complementary color
Monochromatic Colors of #D7DFCF
Black with #D7DFCF
Text Example
Text Example
White with #D7DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFCF; }
p { color: rgb(215,223,207); }
H1.HeaderClassName
{
color: #D7DFCF;
}
.AnyTagClassName
{
color: #D7DFCF;
}
</style>
background-color css
<style>
a { background-color: #D7DFCF; }
a { background-color: rgb(215,223,207); }
div.DivClassName
{
background-color: #D7DFCF;
}
.BgClassName
{
background-color: #D7DFCF;
}
</style>
border-color css
<style>
span { border-color: #D7DFCF; }
span { border-color: rgb(215,223,207); }
td.TdClassName
{
border-color: #D7DFCF;
}
.TagClassName
{
border-color: #D7DFCF;
}
</style>