#DCEBD5

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

Shades of Hint Of Green #DCEBD5

Tints of Hint Of Green #DCEBD5

Color information

#DCEBD5 (or 0xDCEBD5) is unknown color: approx Hint Of Green. HEX triplet: DC, EB and D5. RGB value is (220,235,213). Sum of RGB (Red+Green+Blue) = 220+235+213=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBD5 is #23142A. Grayscale: #E4E4E4. Windows color (decimal): -2298923 or 14019548. OLE color: 14019548.

HSL color Cylindrical-coordinate representation of color #DCEBD5: hue angle of 100.91º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEBD5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB220235213-
CMYK0.0600.090.08
HSL100.91º35.48%87.84%-
HSV(B)100.91º9.36%92.16%-
XYZ71.2379.4474.53-
YUV228.01119.53122.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 213 (83.59% from 255) = 31.89%
R=32.93%
G=35.18%
B=31.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352130.0600.090.08100.9135.4887.84
HexDCEBD56098652358
Octal33435332560111014543130
Binary11011100111010111101010111001001100011001011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBD5; }

 p { color: rgb(220,235,213); }

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

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

 a { background-color: rgb(220,235,213); }

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

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

 span { border-color: rgb(220,235,213); }

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