Shades of Aqua Squeeze #DCE1DC
Tints of Aqua Squeeze #DCE1DC
RGB
CMYK
RGB Variations
Color information
#DCE1DC (or 0xDCE1DC) is known color: Aqua Squeeze. HEX triplet: DC, E1 and DC. RGB value is (220,225,220). Sum of RGB (Red+Green+Blue) = 220+225+220=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1DC is #231E23. Grayscale: #DEDEDE. Windows color (decimal): -2301476 or 14475740. OLE color: 14475740.
HSL color Cylindrical-coordinate representation of color #DCE1DC: hue angle of 120º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCE1DC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 225 | 220 | - |
CMYK | 0.02 | 0 | 0.02 | 0.12 |
HSL | 120º | 0.08% | 0.87% | - |
HSV(B) | 120º | 0.02% | 0.88% | - |
XYZ | 69.36 | 74.23 | 78.38 | - |
YUV | 222.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 225 | 220 | 0.02 | 0 | 0.02 | 0.12 | 120 | 0.08 | 0.87 |
Hex | DC | E1 | DC | 2 | 0 | 2 | C | 78 | 8 | 57 |
Octal | 334 | 341 | 334 | 2 | 0 | 2 | 14 | 170 | 10 | 127 |
Binary | 11011100 | 11100001 | 11011100 | 10 | 0 | 10 | 1100 | 1111000 | 1000 | 1010111 |
Color Harmonies of #DCE1DC
Complementary color
Monochromatic Colors of #DCE1DC
Black with #DCE1DC
Text Example
Text Example
White with #DCE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1DC; }
p { color: rgb(220,225,220); }
H1.HeaderClassName
{
color: #DCE1DC;
}
.AnyTagClassName
{
color: #DCE1DC;
}
</style>
background-color css
<style>
a { background-color: #DCE1DC; }
a { background-color: rgb(220,225,220); }
div.DivClassName
{
background-color: #DCE1DC;
}
.BgClassName
{
background-color: #DCE1DC;
}
</style>
border-color css
<style>
span { border-color: #DCE1DC; }
span { border-color: rgb(220,225,220); }
td.TdClassName
{
border-color: #DCE1DC;
}
.TagClassName
{
border-color: #DCE1DC;
}
</style>