Shades of Aqua Squeeze #DCE9DD
Tints of Aqua Squeeze #DCE9DD
RGB
CMYK
RGB Variations
Color information
#DCE9DD (or 0xDCE9DD) is known color: Aqua Squeeze. HEX triplet: DC, E9 and DD. RGB value is (220,233,221). Sum of RGB (Red+Green+Blue) = 220+233+221=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9DD is #231622. Grayscale: #E3E3E3. Windows color (decimal): -2299427 or 14543324. OLE color: 14543324.
HSL color Cylindrical-coordinate representation of color #DCE9DD: hue angle of 124.62º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE9DD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 233 | 221 | - |
CMYK | 0.06 | 0 | 0.05 | 0.09 |
HSL | 124.62º | 0.23% | 0.89% | - |
HSV(B) | 124.62º | 0.06% | 0.91% | - |
XYZ | 71.71 | 78.71 | 79.82 | - |
YUV | 227.75 | 124.19 | 122.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 233 | 221 | 0.06 | 0 | 0.05 | 0.09 | 124.62 | 0.23 | 0.89 |
Hex | DC | E9 | DD | 6 | 0 | 5 | 9 | 7D | 17 | 59 |
Octal | 334 | 351 | 335 | 6 | 0 | 5 | 11 | 175 | 27 | 131 |
Binary | 11011100 | 11101001 | 11011101 | 110 | 0 | 101 | 1001 | 1111101 | 10111 | 1011001 |
Color Harmonies of #DCE9DD
Complementary color
Monochromatic Colors of #DCE9DD
Black with #DCE9DD
Text Example
Text Example
White with #DCE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9DD; }
p { color: rgb(220,233,221); }
H1.HeaderClassName
{
color: #DCE9DD;
}
.AnyTagClassName
{
color: #DCE9DD;
}
</style>
background-color css
<style>
a { background-color: #DCE9DD; }
a { background-color: rgb(220,233,221); }
div.DivClassName
{
background-color: #DCE9DD;
}
.BgClassName
{
background-color: #DCE9DD;
}
</style>
border-color css
<style>
span { border-color: #DCE9DD; }
span { border-color: rgb(220,233,221); }
td.TdClassName
{
border-color: #DCE9DD;
}
.TagClassName
{
border-color: #DCE9DD;
}
</style>