Shades of Aqua Squeeze #D4DCD4
Tints of Aqua Squeeze #D4DCD4
RGB
CMYK
RGB Variations
Color information
#D4DCD4 (or 0xD4DCD4) is known color: Aqua Squeeze. HEX triplet: D4, DC and D4. RGB value is (212,220,212). Sum of RGB (Red+Green+Blue) = 212+220+212=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCD4 is #2B232B. Grayscale: #D8D8D8. Windows color (decimal): -2827052 or 13950164. OLE color: 13950164.
HSL color Cylindrical-coordinate representation of color #D4DCD4: hue angle of 120º 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 #D4DCD4 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 212 | - |
CMYK | 0.04 | 0 | 0.04 | 0.14 |
HSL | 120º | 0.1% | 0.85% | - |
HSV(B) | 120º | 0.04% | 0.86% | - |
XYZ | 64.63 | 69.94 | 72.38 | - |
YUV | 216.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 212 | 0.04 | 0 | 0.04 | 0.14 | 120 | 0.1 | 0.85 |
Hex | D4 | DC | D4 | 4 | 0 | 4 | E | 78 | A | 55 |
Octal | 324 | 334 | 324 | 4 | 0 | 4 | 16 | 170 | 12 | 125 |
Binary | 11010100 | 11011100 | 11010100 | 100 | 0 | 100 | 1110 | 1111000 | 1010 | 1010101 |
Color Harmonies of #D4DCD4
Complementary color
Monochromatic Colors of #D4DCD4
Black with #D4DCD4
Text Example
Text Example
White with #D4DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCD4; }
p { color: rgb(212,220,212); }
H1.HeaderClassName
{
color: #D4DCD4;
}
.AnyTagClassName
{
color: #D4DCD4;
}
</style>
background-color css
<style>
a { background-color: #D4DCD4; }
a { background-color: rgb(212,220,212); }
div.DivClassName
{
background-color: #D4DCD4;
}
.BgClassName
{
background-color: #D4DCD4;
}
</style>
border-color css
<style>
span { border-color: #D4DCD4; }
span { border-color: rgb(212,220,212); }
td.TdClassName
{
border-color: #D4DCD4;
}
.TagClassName
{
border-color: #D4DCD4;
}
</style>