#DCEDE0

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

Shades of Off Green #DCEDE0

Tints of Off Green #DCEDE0

Color information

#DCEDE0 (or 0xDCEDE0) is unknown color: approx Off Green. HEX triplet: DC, ED and E0. RGB value is (220,237,224). Sum of RGB (Red+Green+Blue) = 220+237+224=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE0 is #23121F. Grayscale: #E6E6E6. Windows color (decimal): -2298400 or 14740956. OLE color: 14740956.

HSL color Cylindrical-coordinate representation of color #DCEDE0: hue angle of 134.12º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEDE0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB220237224-
CMYK0.0700.050.07
HSL134.12º32.08%89.61%-
HSV(B)134.12º7.17%92.94%-
XYZ73.2581.1782.33-
YUV230.44124.37120.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=32.31%
G=34.80%
B=32.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372240.0700.050.07134.1232.0889.61
HexDCEDE0705786205a
Octal334355340705720640132
Binary1101110011101101111000001110101111100001101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDE0; }

 p { color: rgb(220,237,224); }

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

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

 a { background-color: rgb(220,237,224); }

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

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

 span { border-color: rgb(220,237,224); }

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