Shades of Aqua Squeeze #DEE7DF
Tints of Aqua Squeeze #DEE7DF
RGB
CMYK
RGB Variations
Color information
#DEE7DF (or 0xDEE7DF) is known color: Aqua Squeeze. HEX triplet: DE, E7 and DF. RGB value is (222,231,223). Sum of RGB (Red+Green+Blue) = 222+231+223=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7DF is #211820. Grayscale: #E3E3E3. Windows color (decimal): -2168865 or 14673886. OLE color: 14673886.
HSL color Cylindrical-coordinate representation of color #DEE7DF: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE7DF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 231 | 223 | - |
CMYK | 0.04 | 0 | 0.03 | 0.09 |
HSL | 126.67º | 0.16% | 0.89% | - |
HSV(B) | 126.67º | 0.04% | 0.91% | - |
XYZ | 72.02 | 78.01 | 81.07 | - |
YUV | 227.4 | 125.52 | 124.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 223 | 0.04 | 0 | 0.03 | 0.09 | 126.67 | 0.16 | 0.89 |
Hex | DE | E7 | DF | 4 | 0 | 3 | 9 | 7F | 10 | 59 |
Octal | 336 | 347 | 337 | 4 | 0 | 3 | 11 | 177 | 20 | 131 |
Binary | 11011110 | 11100111 | 11011111 | 100 | 0 | 11 | 1001 | 1111111 | 10000 | 1011001 |
Color Harmonies of #DEE7DF
Complementary color
Monochromatic Colors of #DEE7DF
Black with #DEE7DF
Text Example
Text Example
White with #DEE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7DF; }
p { color: rgb(222,231,223); }
H1.HeaderClassName
{
color: #DEE7DF;
}
.AnyTagClassName
{
color: #DEE7DF;
}
</style>
background-color css
<style>
a { background-color: #DEE7DF; }
a { background-color: rgb(222,231,223); }
div.DivClassName
{
background-color: #DEE7DF;
}
.BgClassName
{
background-color: #DEE7DF;
}
</style>
border-color css
<style>
span { border-color: #DEE7DF; }
span { border-color: rgb(222,231,223); }
td.TdClassName
{
border-color: #DEE7DF;
}
.TagClassName
{
border-color: #DEE7DF;
}
</style>