Shades of Aqua Squeeze #DCEADE
Tints of Aqua Squeeze #DCEADE
RGB
CMYK
RGB Variations
Color information
#DCEADE (or 0xDCEADE) is known color: Aqua Squeeze. HEX triplet: DC, EA and DE. RGB value is (220,234,222). Sum of RGB (Red+Green+Blue) = 220+234+222=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEADE is #231521. Grayscale: #E4E4E4. Windows color (decimal): -2299170 or 14609116. OLE color: 14609116.
HSL color Cylindrical-coordinate representation of color #DCEADE: hue angle of 128.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEADE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 234 | 222 | - |
CMYK | 0.06 | 0 | 0.05 | 0.08 |
HSL | 128.57º | 0.25% | 0.89% | - |
HSV(B) | 128.57º | 0.06% | 0.92% | - |
XYZ | 72.12 | 79.34 | 80.62 | - |
YUV | 228.45 | 124.36 | 121.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 234 | 222 | 0.06 | 0 | 0.05 | 0.08 | 128.57 | 0.25 | 0.89 |
Hex | DC | EA | DE | 6 | 0 | 5 | 8 | 81 | 19 | 59 |
Octal | 334 | 352 | 336 | 6 | 0 | 5 | 10 | 201 | 31 | 131 |
Binary | 11011100 | 11101010 | 11011110 | 110 | 0 | 101 | 1000 | 10000001 | 11001 | 1011001 |
Color Harmonies of #DCEADE
Complementary color
Monochromatic Colors of #DCEADE
Black with #DCEADE
Text Example
Text Example
White with #DCEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEADE; }
p { color: rgb(220,234,222); }
H1.HeaderClassName
{
color: #DCEADE;
}
.AnyTagClassName
{
color: #DCEADE;
}
</style>
background-color css
<style>
a { background-color: #DCEADE; }
a { background-color: rgb(220,234,222); }
div.DivClassName
{
background-color: #DCEADE;
}
.BgClassName
{
background-color: #DCEADE;
}
</style>
border-color css
<style>
span { border-color: #DCEADE; }
span { border-color: rgb(220,234,222); }
td.TdClassName
{
border-color: #DCEADE;
}
.TagClassName
{
border-color: #DCEADE;
}
</style>