#DFE6DC

Color #DFE6DC Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #DFE6DC

Tints of Hint Of Green #DFE6DC

Color information

#DFE6DC (or 0xDFE6DC) is unknown color: approx Hint Of Green. HEX triplet: DF, E6 and DC. RGB value is (223,230,220). Sum of RGB (Red+Green+Blue) = 223+230+220=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6DC is #201923. Grayscale: #E2E2E2. Windows color (decimal): -2103588 or 14477023. OLE color: 14477023.

HSL color Cylindrical-coordinate representation of color #DFE6DC: hue angle of 102º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE6DC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB223230220-
CMYK0.0300.040.10
HSL102º16.67%88.24%-
HSV(B)102º4.35%90.2%-
XYZ71.6577.4578.88-
YUV226.77124.18125.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 230 (90.23% from 255) = 34.18%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=33.14%
G=34.18%
B=32.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232302200.0300.040.1010216.6788.24
HexDFE6DC304A661158
Octal3373463343041214621130
Binary11011111111001101101110011010010101100110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6DC; }

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

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

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

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

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

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

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

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