Shades of Aqua Squeeze #DEE6DF
Tints of Aqua Squeeze #DEE6DF
RGB
CMYK
RGB Variations
Color information
#DEE6DF (or 0xDEE6DF) is known color: Aqua Squeeze. HEX triplet: DE, E6 and DF. RGB value is (222,230,223). Sum of RGB (Red+Green+Blue) = 222+230+223=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6DF is #211920. Grayscale: #E2E2E2. Windows color (decimal): -2169121 or 14673630. OLE color: 14673630.
HSL color Cylindrical-coordinate representation of color #DEE6DF: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE6DF is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 230 | 223 | - |
CMYK | 0.03 | 0 | 0.03 | 0.10 |
HSL | 127.5º | 0.14% | 0.89% | - |
HSV(B) | 127.5º | 0.03% | 0.9% | - |
XYZ | 71.74 | 77.45 | 80.98 | - |
YUV | 226.81 | 125.85 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 223 | 0.03 | 0 | 0.03 | 0.10 | 127.5 | 0.14 | 0.89 |
Hex | DE | E6 | DF | 3 | 0 | 3 | A | 80 | E | 59 |
Octal | 336 | 346 | 337 | 3 | 0 | 3 | 12 | 200 | 16 | 131 |
Binary | 11011110 | 11100110 | 11011111 | 11 | 0 | 11 | 1010 | 10000000 | 1110 | 1011001 |
Color Harmonies of #DEE6DF
Complementary color
Monochromatic Colors of #DEE6DF
Black with #DEE6DF
Text Example
Text Example
White with #DEE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6DF; }
p { color: rgb(222,230,223); }
H1.HeaderClassName
{
color: #DEE6DF;
}
.AnyTagClassName
{
color: #DEE6DF;
}
</style>
background-color css
<style>
a { background-color: #DEE6DF; }
a { background-color: rgb(222,230,223); }
div.DivClassName
{
background-color: #DEE6DF;
}
.BgClassName
{
background-color: #DEE6DF;
}
</style>
border-color css
<style>
span { border-color: #DEE6DF; }
span { border-color: rgb(222,230,223); }
td.TdClassName
{
border-color: #DEE6DF;
}
.TagClassName
{
border-color: #DEE6DF;
}
</style>