#DCEDD1

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

Shades of Hint Of Green #DCEDD1

Tints of Hint Of Green #DCEDD1

Color information

#DCEDD1 (or 0xDCEDD1) is unknown color: approx Hint Of Green. HEX triplet: DC, ED and D1. RGB value is (220,237,209). Sum of RGB (Red+Green+Blue) = 220+237+209=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDD1 is #23122E. Grayscale: #E4E4E4. Windows color (decimal): -2298415 or 13757916. OLE color: 13757916.

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

Color convert

RGB220237209-
CMYK0.0700.120.07
HSL96.43º43.75%87.45%-
HSV(B)96.43º11.81%92.94%-
XYZ71.3180.3972.08-
YUV228.72116.87121.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=33.03%
G=35.59%
B=31.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372090.0700.120.0796.4343.7587.45
HexDCEDD170C7602c57
Octal3343553217014714054127
Binary1101110011101101110100011110110011111000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDD1; }

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

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

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

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

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

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

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

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