#DFE9E0

Color #DFE9E0 Aqua Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Squeeze #DFE9E0

Tints of Aqua Squeeze #DFE9E0

Color information

#DFE9E0 (or 0xDFE9E0) is unknown color: approx Aqua Squeeze. HEX triplet: DF, E9 and E0. RGB value is (223,233,224). Sum of RGB (Red+Green+Blue) = 223+233+224=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9E0 is #20161F. Grayscale: #E5E5E5. Windows color (decimal): -2102816 or 14739935. OLE color: 14739935.

HSL color Cylindrical-coordinate representation of color #DFE9E0: hue angle of 126º degrees, saturation: 0.19, 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 #DFE9E0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB223233224-
CMYK0.0400.040.09
HSL126º18.52%89.41%-
HSV(B)126º4.29%91.37%-
XYZ73.0279.3581.99-
YUV228.98125.19123.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 32.79%
GREEN value IS 233 (91.41% from 255) = 34.26%
BLUE value IS 224 (87.89% from 255) = 32.94%
R=32.79%
G=34.26%
B=32.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232332240.0400.040.0912618.5289.41
HexDFE9E040497e1359
Octal3373513404041117623131
Binary110111111110100111100000100010010011111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9E0; }

 p { color: rgb(223,233,224); }

 H1.HeaderClassName
 {
   color: #DFE9E0;
 }
 .AnyTagClassName
 {
   color: #DFE9E0;
 }
</style>
background-color css

<style>
 a { background-color: #DFE9E0; }

 a { background-color: rgb(223,233,224); }

 div.DivClassName
 {
   background-color: #DFE9E0;
 }
 .BgClassName
 {
   background-color: #DFE9E0;
 }
</style>
border-color css

<style>
 span { border-color: #DFE9E0; }

 span { border-color: rgb(223,233,224); }

 td.TdClassName
 {
   border-color: #DFE9E0;
 }
 .TagClassName
 {
   border-color: #DFE9E0;
 }
</style>