#DFE6DF

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

Shades of Aqua Squeeze #DFE6DF

Tints of Aqua Squeeze #DFE6DF

Color information

#DFE6DF (or 0xDFE6DF) is unknown color: approx Aqua Squeeze. HEX triplet: DF, E6 and DF. RGB value is (223,230,223). Sum of RGB (Red+Green+Blue) = 223+230+223=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6DF is #201920. Grayscale: #E3E3E3. Windows color (decimal): -2103585 or 14673631. OLE color: 14673631.

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

Color convert

RGB223230223-
CMYK0.0300.030.10
HSL120º12.28%88.82%-
HSV(B)120º3.04%90.2%-
XYZ72.0577.6180.99-
YUV227.11125.68125.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.99%
GREEN value IS 230 (90.23% from 255) = 34.02%
BLUE value IS 223 (87.5% from 255) = 32.99%
R=32.99%
G=34.02%
B=32.99%

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
Decimal2232302230.0300.030.1012012.2888.82
HexDFE6DF303A78c59
Octal3373463373031217014131
Binary110111111110011011011111110111010111100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6DF; }

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

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

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

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

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

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

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

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