Shades of Aqua Squeeze #DEE4DF
Tints of Aqua Squeeze #DEE4DF
RGB
CMYK
RGB Variations
Color information
#DEE4DF (or 0xDEE4DF) is known color: Aqua Squeeze. HEX triplet: DE, E4 and DF. RGB value is (222,228,223). Sum of RGB (Red+Green+Blue) = 222+228+223=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4DF is #211B20. Grayscale: #E1E1E1. Windows color (decimal): -2169633 or 14673118. OLE color: 14673118.
HSL color Cylindrical-coordinate representation of color #DEE4DF: hue angle of 130º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE4DF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 228 | 223 | - |
CMYK | 0.03 | 0 | 0.02 | 0.11 |
HSL | 130º | 0.1% | 0.88% | - |
HSV(B) | 130º | 0.03% | 0.89% | - |
XYZ | 71.19 | 76.34 | 80.8 | - |
YUV | 225.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 228 | 223 | 0.03 | 0 | 0.02 | 0.11 | 130 | 0.1 | 0.88 |
Hex | DE | E4 | DF | 3 | 0 | 2 | B | 82 | A | 58 |
Octal | 336 | 344 | 337 | 3 | 0 | 2 | 13 | 202 | 12 | 130 |
Binary | 11011110 | 11100100 | 11011111 | 11 | 0 | 10 | 1011 | 10000010 | 1010 | 1011000 |
Color Harmonies of #DEE4DF
Complementary color
Monochromatic Colors of #DEE4DF
Black with #DEE4DF
Text Example
Text Example
White with #DEE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4DF; }
p { color: rgb(222,228,223); }
H1.HeaderClassName
{
color: #DEE4DF;
}
.AnyTagClassName
{
color: #DEE4DF;
}
</style>
background-color css
<style>
a { background-color: #DEE4DF; }
a { background-color: rgb(222,228,223); }
div.DivClassName
{
background-color: #DEE4DF;
}
.BgClassName
{
background-color: #DEE4DF;
}
</style>
border-color css
<style>
span { border-color: #DEE4DF; }
span { border-color: rgb(222,228,223); }
td.TdClassName
{
border-color: #DEE4DF;
}
.TagClassName
{
border-color: #DEE4DF;
}
</style>