Shades of Aqua Squeeze #DEE5DF
Tints of Aqua Squeeze #DEE5DF
RGB
CMYK
RGB Variations
Color information
#DEE5DF (or 0xDEE5DF) is known color: Aqua Squeeze. HEX triplet: DE, E5 and DF. RGB value is (222,229,223). Sum of RGB (Red+Green+Blue) = 222+229+223=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5DF is #211A20. Grayscale: #E2E2E2. Windows color (decimal): -2169377 or 14673374. OLE color: 14673374.
HSL color Cylindrical-coordinate representation of color #DEE5DF: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE5DF is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 229 | 223 | - |
CMYK | 0.03 | 0 | 0.03 | 0.10 |
HSL | 128.57º | 0.12% | 0.88% | - |
HSV(B) | 128.57º | 0.03% | 0.9% | - |
XYZ | 71.46 | 76.9 | 80.89 | - |
YUV | 226.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 223 | 0.03 | 0 | 0.03 | 0.10 | 128.57 | 0.12 | 0.88 |
Hex | DE | E5 | DF | 3 | 0 | 3 | A | 81 | C | 58 |
Octal | 336 | 345 | 337 | 3 | 0 | 3 | 12 | 201 | 14 | 130 |
Binary | 11011110 | 11100101 | 11011111 | 11 | 0 | 11 | 1010 | 10000001 | 1100 | 1011000 |
Color Harmonies of #DEE5DF
Complementary color
Monochromatic Colors of #DEE5DF
Black with #DEE5DF
Text Example
Text Example
White with #DEE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5DF; }
p { color: rgb(222,229,223); }
H1.HeaderClassName
{
color: #DEE5DF;
}
.AnyTagClassName
{
color: #DEE5DF;
}
</style>
background-color css
<style>
a { background-color: #DEE5DF; }
a { background-color: rgb(222,229,223); }
div.DivClassName
{
background-color: #DEE5DF;
}
.BgClassName
{
background-color: #DEE5DF;
}
</style>
border-color css
<style>
span { border-color: #DEE5DF; }
span { border-color: rgb(222,229,223); }
td.TdClassName
{
border-color: #DEE5DF;
}
.TagClassName
{
border-color: #DEE5DF;
}
</style>