#DFE6E0

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

Shades of Aqua Squeeze #DFE6E0

Tints of Aqua Squeeze #DFE6E0

Color information

#DFE6E0 (or 0xDFE6E0) is unknown color: approx Aqua Squeeze. HEX triplet: DF, E6 and E0. RGB value is (223,230,224). Sum of RGB (Red+Green+Blue) = 223+230+224=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6E0 is #20191F. Grayscale: #E3E3E3. Windows color (decimal): -2103584 or 14739167. OLE color: 14739167.

HSL color Cylindrical-coordinate representation of color #DFE6E0: hue angle of 128.57º degrees, saturation: 0.12, 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 #DFE6E0 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB223230224-
CMYK0.0300.030.10
HSL128.57º12.28%88.82%-
HSV(B)128.57º3.04%90.2%-
XYZ72.1877.6681.71-
YUV227.22126.18124.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 230 (90.23% from 255) = 33.97%
BLUE value IS 224 (87.89% from 255) = 33.09%
R=32.94%
G=33.97%
B=33.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232302240.0300.030.10128.5712.2888.82
HexDFE6E0303A81c59
Octal3373463403031220114131
Binary1101111111100110111000001101110101000000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6E0; }

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

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

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

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

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

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

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

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