#DFE7DF

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

Shades of Aqua Squeeze #DFE7DF

Tints of Aqua Squeeze #DFE7DF

Color information

#DFE7DF (or 0xDFE7DF) is unknown color: approx Aqua Squeeze. HEX triplet: DF, E7 and DF. RGB value is (223,231,223). Sum of RGB (Red+Green+Blue) = 223+231+223=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7DF is #201820. Grayscale: #E3E3E3. Windows color (decimal): -2103329 or 14673887. OLE color: 14673887.

HSL color Cylindrical-coordinate representation of color #DFE7DF: hue angle of 120º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE7DF is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB223231223-
CMYK0.0300.030.09
HSL120º14.29%89.02%-
HSV(B)120º3.46%90.59%-
XYZ72.3378.1781.09-
YUV227.7125.35124.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 231 (90.62% from 255) = 34.12%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=32.94%
G=34.12%
B=32.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232312230.0300.030.0912014.2989.02
HexDFE7DF303978e59
Octal3373473373031117016131
Binary110111111110011111011111110111001111100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE7DF; }

 p { color: rgb(223,231,223); }

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

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

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

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

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

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

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