#DCEFD0

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

Shades of Hint Of Green #DCEFD0

Tints of Hint Of Green #DCEFD0

Color information

#DCEFD0 (or 0xDCEFD0) is unknown color: approx Hint Of Green. HEX triplet: DC, EF and D0. RGB value is (220,239,208). Sum of RGB (Red+Green+Blue) = 220+239+208=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFD0 is #23102F. Grayscale: #E5E5E5. Windows color (decimal): -2297904 or 13692892. OLE color: 13692892.

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

Color convert

RGB220239208-
CMYK0.0800.130.06
HSL96.77º49.21%87.65%-
HSV(B)96.77º12.97%93.73%-
XYZ71.7781.571.62-
YUV229.78115.71121.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 239 (93.75% from 255) = 35.83%
BLUE value IS 208 (81.64% from 255) = 31.18%
R=32.98%
G=35.83%
B=31.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392080.0800.130.0696.7749.2187.65
HexDCEFD080D6613158
Octal33435732010015614161130
Binary11011100111011111101000010000110111011000011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFD0; }

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

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

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

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

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

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

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

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