#DCEEE1

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

Shades of Off Green #DCEEE1

Tints of Off Green #DCEEE1

Color information

#DCEEE1 (or 0xDCEEE1) is unknown color: approx Off Green. HEX triplet: DC, EE and E1. RGB value is (220,238,225). Sum of RGB (Red+Green+Blue) = 220+238+225=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEE1 is #23111E. Grayscale: #E7E7E7. Windows color (decimal): -2298143 or 14806748. OLE color: 14806748.

HSL color Cylindrical-coordinate representation of color #DCEEE1: hue angle of 136.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 #DCEEE1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB220238225-
CMYK0.0800.050.07
HSL136.67º34.62%89.8%-
HSV(B)136.67º7.56%93.33%-
XYZ73.6881.883.14-
YUV231.14124.54120.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 225 (88.28% from 255) = 32.94%
R=32.21%
G=34.85%
B=32.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382250.0800.050.07136.6734.6289.8
HexDCEEE1805789235a
Octal3343563411005721143132
Binary11011100111011101110000110000101111100010011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEE1; }

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

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

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

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

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

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

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

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