#DCEFD4

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

Shades of Hint Of Green #DCEFD4

Tints of Hint Of Green #DCEFD4

Color information

#DCEFD4 (or 0xDCEFD4) is unknown color: approx Hint Of Green. HEX triplet: DC, EF and D4. RGB value is (220,239,212). Sum of RGB (Red+Green+Blue) = 220+239+212=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFD4 is #23102B. Grayscale: #E6E6E6. Windows color (decimal): -2297900 or 13955036. OLE color: 13955036.

HSL color Cylindrical-coordinate representation of color #DCEFD4: hue angle of 102.22º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEFD4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB220239212-
CMYK0.0800.110.06
HSL102.22º45.76%88.43%-
HSV(B)102.22º11.3%93.73%-
XYZ72.2781.774.25-
YUV230.24117.71120.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 212 (83.20% from 255) = 31.59%
R=32.79%
G=35.62%
B=31.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392120.0800.110.06102.2245.7688.43
HexDCEFD480B6662e58
Octal33435732410013614656130
Binary11011100111011111101010010000101111011001101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFD4; }

 p { color: rgb(220,239,212); }

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

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

 a { background-color: rgb(220,239,212); }

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

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

 span { border-color: rgb(220,239,212); }

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