Shades of Aqua Squeeze #DCE5DC
Tints of Aqua Squeeze #DCE5DC
RGB
CMYK
RGB Variations
Color information
#DCE5DC (or 0xDCE5DC) is known color: Aqua Squeeze. HEX triplet: DC, E5 and DC. RGB value is (220,229,220). Sum of RGB (Red+Green+Blue) = 220+229+220=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5DC is #231A23. Grayscale: #E1E1E1. Windows color (decimal): -2300452 or 14476764. OLE color: 14476764.
HSL color Cylindrical-coordinate representation of color #DCE5DC: hue angle of 120º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE5DC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 229 | 220 | - |
CMYK | 0.04 | 0 | 0.04 | 0.10 |
HSL | 120º | 0.15% | 0.88% | - |
HSV(B) | 120º | 0.04% | 0.9% | - |
XYZ | 70.45 | 76.42 | 78.75 | - |
YUV | 225.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 220 | 0.04 | 0 | 0.04 | 0.10 | 120 | 0.15 | 0.88 |
Hex | DC | E5 | DC | 4 | 0 | 4 | A | 78 | F | 58 |
Octal | 334 | 345 | 334 | 4 | 0 | 4 | 12 | 170 | 17 | 130 |
Binary | 11011100 | 11100101 | 11011100 | 100 | 0 | 100 | 1010 | 1111000 | 1111 | 1011000 |
Color Harmonies of #DCE5DC
Complementary color
Monochromatic Colors of #DCE5DC
Black with #DCE5DC
Text Example
Text Example
White with #DCE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5DC; }
p { color: rgb(220,229,220); }
H1.HeaderClassName
{
color: #DCE5DC;
}
.AnyTagClassName
{
color: #DCE5DC;
}
</style>
background-color css
<style>
a { background-color: #DCE5DC; }
a { background-color: rgb(220,229,220); }
div.DivClassName
{
background-color: #DCE5DC;
}
.BgClassName
{
background-color: #DCE5DC;
}
</style>
border-color css
<style>
span { border-color: #DCE5DC; }
span { border-color: rgb(220,229,220); }
td.TdClassName
{
border-color: #DCE5DC;
}
.TagClassName
{
border-color: #DCE5DC;
}
</style>