#DCEDDF

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

Shades of Off Green #DCEDDF

Tints of Off Green #DCEDDF

Color information

#DCEDDF (or 0xDCEDDF) is unknown color: approx Off Green. HEX triplet: DC, ED and DF. RGB value is (220,237,223). Sum of RGB (Red+Green+Blue) = 220+237+223=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDDF is #231220. Grayscale: #E6E6E6. Windows color (decimal): -2298401 or 14675420. OLE color: 14675420.

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

Color convert

RGB220237223-
CMYK0.0700.060.07
HSL130.59º32.08%89.61%-
HSV(B)130.59º7.17%92.94%-
XYZ73.1281.1181.61-
YUV230.32123.87120.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=32.35%
G=34.85%
B=32.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372230.0700.060.07130.5932.0889.61
HexDCEDDF706783205a
Octal334355337706720340132
Binary1101110011101101110111111110110111100000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDDF; }

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

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

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

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

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

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

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

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