Shades of Aqua Squeeze #D7DFD8
Tints of Aqua Squeeze #D7DFD8
RGB
CMYK
RGB Variations
Color information
#D7DFD8 (or 0xD7DFD8) is known color: Aqua Squeeze. HEX triplet: D7, DF and D8. RGB value is (215,223,216). Sum of RGB (Red+Green+Blue) = 215+223+216=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFD8 is #282027. Grayscale: #DBDBDB. Windows color (decimal): -2629672 or 14213079. OLE color: 14213079.
HSL color Cylindrical-coordinate representation of color #D7DFD8: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DFD8 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 223 | 216 | - |
CMYK | 0.04 | 0 | 0.03 | 0.13 |
HSL | 127.5º | 0.11% | 0.86% | - |
HSV(B) | 127.5º | 0.04% | 0.87% | - |
XYZ | 66.81 | 72.18 | 75.38 | - |
YUV | 219.81 | 125.85 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 223 | 216 | 0.04 | 0 | 0.03 | 0.13 | 127.5 | 0.11 | 0.86 |
Hex | D7 | DF | D8 | 4 | 0 | 3 | D | 80 | B | 56 |
Octal | 327 | 337 | 330 | 4 | 0 | 3 | 15 | 200 | 13 | 126 |
Binary | 11010111 | 11011111 | 11011000 | 100 | 0 | 11 | 1101 | 10000000 | 1011 | 1010110 |
Color Harmonies of #D7DFD8
Complementary color
Monochromatic Colors of #D7DFD8
Black with #D7DFD8
Text Example
Text Example
White with #D7DFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFD8; }
p { color: rgb(215,223,216); }
H1.HeaderClassName
{
color: #D7DFD8;
}
.AnyTagClassName
{
color: #D7DFD8;
}
</style>
background-color css
<style>
a { background-color: #D7DFD8; }
a { background-color: rgb(215,223,216); }
div.DivClassName
{
background-color: #D7DFD8;
}
.BgClassName
{
background-color: #D7DFD8;
}
</style>
border-color css
<style>
span { border-color: #D7DFD8; }
span { border-color: rgb(215,223,216); }
td.TdClassName
{
border-color: #D7DFD8;
}
.TagClassName
{
border-color: #D7DFD8;
}
</style>