#DCEFE0

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

Shades of Off Green #DCEFE0

Tints of Off Green #DCEFE0

Color information

#DCEFE0 (or 0xDCEFE0) is unknown color: approx Off Green. HEX triplet: DC, EF and E0. RGB value is (220,239,224). Sum of RGB (Red+Green+Blue) = 220+239+224=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFE0 is #23101F. Grayscale: #E7E7E7. Windows color (decimal): -2297888 or 14741468. OLE color: 14741468.

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

Color convert

RGB220239224-
CMYK0.0800.060.06
HSL132.63º37.25%90%-
HSV(B)132.63º7.95%93.73%-
XYZ73.8482.3382.52-
YUV231.61123.71119.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=32.21%
G=34.99%
B=32.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392240.0800.060.06132.6337.2590
HexDCEFE0806685255a
Octal3343573401006620545132
Binary11011100111011111110000010000110110100001011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFE0; }

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

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

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

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

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

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

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

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