Shades of Aqua Squeeze #D4DCD5
Tints of Aqua Squeeze #D4DCD5
RGB
CMYK
RGB Variations
Color information
#D4DCD5 (or 0xD4DCD5) is known color: Aqua Squeeze. HEX triplet: D4, DC and D5. RGB value is (212,220,213). Sum of RGB (Red+Green+Blue) = 212+220+213=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCD5 is #2B232A. Grayscale: #D8D8D8. Windows color (decimal): -2827051 or 14015700. OLE color: 14015700.
HSL color Cylindrical-coordinate representation of color #D4DCD5: hue angle of 127.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 #D4DCD5 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 213 | - |
CMYK | 0.04 | 0 | 0.03 | 0.14 |
HSL | 127.5º | 0.1% | 0.85% | - |
HSV(B) | 127.5º | 0.04% | 0.86% | - |
XYZ | 64.75 | 69.99 | 73.05 | - |
YUV | 216.81 | 125.85 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 213 | 0.04 | 0 | 0.03 | 0.14 | 127.5 | 0.1 | 0.85 |
Hex | D4 | DC | D5 | 4 | 0 | 3 | E | 80 | A | 55 |
Octal | 324 | 334 | 325 | 4 | 0 | 3 | 16 | 200 | 12 | 125 |
Binary | 11010100 | 11011100 | 11010101 | 100 | 0 | 11 | 1110 | 10000000 | 1010 | 1010101 |
Color Harmonies of #D4DCD5
Complementary color
Monochromatic Colors of #D4DCD5
Black with #D4DCD5
Text Example
Text Example
White with #D4DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCD5; }
p { color: rgb(212,220,213); }
H1.HeaderClassName
{
color: #D4DCD5;
}
.AnyTagClassName
{
color: #D4DCD5;
}
</style>
background-color css
<style>
a { background-color: #D4DCD5; }
a { background-color: rgb(212,220,213); }
div.DivClassName
{
background-color: #D4DCD5;
}
.BgClassName
{
background-color: #D4DCD5;
}
</style>
border-color css
<style>
span { border-color: #D4DCD5; }
span { border-color: rgb(212,220,213); }
td.TdClassName
{
border-color: #D4DCD5;
}
.TagClassName
{
border-color: #D4DCD5;
}
</style>