Shades of Aqua Squeeze #DCE2DD
Tints of Aqua Squeeze #DCE2DD
RGB
CMYK
RGB Variations
Color information
#DCE2DD (or 0xDCE2DD) is known color: Aqua Squeeze. HEX triplet: DC, E2 and DD. RGB value is (220,226,221). Sum of RGB (Red+Green+Blue) = 220+226+221=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2DD is #231D22. Grayscale: #DFDFDF. Windows color (decimal): -2301219 or 14541532. OLE color: 14541532.
HSL color Cylindrical-coordinate representation of color #DCE2DD: hue angle of 130º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE2DD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 226 | 221 | - |
CMYK | 0.03 | 0 | 0.02 | 0.11 |
HSL | 130º | 0.09% | 0.87% | - |
HSV(B) | 130º | 0.03% | 0.89% | - |
XYZ | 69.76 | 74.83 | 79.17 | - |
YUV | 223.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 226 | 221 | 0.03 | 0 | 0.02 | 0.11 | 130 | 0.09 | 0.87 |
Hex | DC | E2 | DD | 3 | 0 | 2 | B | 82 | 9 | 57 |
Octal | 334 | 342 | 335 | 3 | 0 | 2 | 13 | 202 | 11 | 127 |
Binary | 11011100 | 11100010 | 11011101 | 11 | 0 | 10 | 1011 | 10000010 | 1001 | 1010111 |
Color Harmonies of #DCE2DD
Complementary color
Monochromatic Colors of #DCE2DD
Black with #DCE2DD
Text Example
Text Example
White with #DCE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2DD; }
p { color: rgb(220,226,221); }
H1.HeaderClassName
{
color: #DCE2DD;
}
.AnyTagClassName
{
color: #DCE2DD;
}
</style>
background-color css
<style>
a { background-color: #DCE2DD; }
a { background-color: rgb(220,226,221); }
div.DivClassName
{
background-color: #DCE2DD;
}
.BgClassName
{
background-color: #DCE2DD;
}
</style>
border-color css
<style>
span { border-color: #DCE2DD; }
span { border-color: rgb(220,226,221); }
td.TdClassName
{
border-color: #DCE2DD;
}
.TagClassName
{
border-color: #DCE2DD;
}
</style>