#DCEEDE

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

Shades of Off Green #DCEEDE

Tints of Off Green #DCEEDE

Color information

#DCEEDE (or 0xDCEEDE) is unknown color: approx Off Green. HEX triplet: DC, EE and DE. RGB value is (220,238,222). Sum of RGB (Red+Green+Blue) = 220+238+222=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEDE is #231121. Grayscale: #E6E6E6. Windows color (decimal): -2298146 or 14610140. OLE color: 14610140.

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

Color convert

RGB220238222-
CMYK0.0800.070.07
HSL126.67º34.62%89.8%-
HSV(B)126.67º7.56%93.33%-
XYZ73.2781.6481-
YUV230.79123.04120.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=32.35%
G=35%
B=32.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382220.0800.070.07126.6734.6289.8
HexDCEEDE80777f235a
Octal3343563361007717743132
Binary1101110011101110110111101000011111111111111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEDE; }

 p { color: rgb(220,238,222); }

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

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

 a { background-color: rgb(220,238,222); }

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

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

 span { border-color: rgb(220,238,222); }

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