Shades of Aqua Squeeze #DCE8DD
Tints of Aqua Squeeze #DCE8DD
RGB
CMYK
RGB Variations
Color information
#DCE8DD (or 0xDCE8DD) is known color: Aqua Squeeze. HEX triplet: DC, E8 and DD. RGB value is (220,232,221). Sum of RGB (Red+Green+Blue) = 220+232+221=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8DD is #231722. Grayscale: #E3E3E3. Windows color (decimal): -2299683 or 14543068. OLE color: 14543068.
HSL color Cylindrical-coordinate representation of color #DCE8DD: hue angle of 125º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE8DD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 221 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.09 |
| HSL | 125º | 0.21% | 0.89% | - |
| HSV(B) | 125º | 0.05% | 0.91% | - |
| XYZ | 71.42 | 78.15 | 79.73 | - |
| YUV | 227.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 221 | 0.05 | 0 | 0.05 | 0.09 | 125 | 0.21 | 0.89 |
| Hex | DC | E8 | DD | 5 | 0 | 5 | 9 | 7D | 15 | 59 |
| Octal | 334 | 350 | 335 | 5 | 0 | 5 | 11 | 175 | 25 | 131 |
| Binary | 11011100 | 11101000 | 11011101 | 101 | 0 | 101 | 1001 | 1111101 | 10101 | 1011001 |
Color Harmonies of #DCE8DD
Complementary color
Monochromatic Colors of #DCE8DD
Black with #DCE8DD
Text Example
Text Example
White with #DCE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8DD; }
p { color: rgb(220,232,221); }
H1.HeaderClassName
{
color: #DCE8DD;
}
.AnyTagClassName
{
color: #DCE8DD;
}
</style>
background-color css
<style>
a { background-color: #DCE8DD; }
a { background-color: rgb(220,232,221); }
div.DivClassName
{
background-color: #DCE8DD;
}
.BgClassName
{
background-color: #DCE8DD;
}
</style>
border-color css
<style>
span { border-color: #DCE8DD; }
span { border-color: rgb(220,232,221); }
td.TdClassName
{
border-color: #DCE8DD;
}
.TagClassName
{
border-color: #DCE8DD;
}
</style>