#DCEBD4

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

Shades of Hint Of Green #DCEBD4

Tints of Hint Of Green #DCEBD4

Color information

#DCEBD4 (or 0xDCEBD4) is unknown color: approx Hint Of Green. HEX triplet: DC, EB and D4. RGB value is (220,235,212). Sum of RGB (Red+Green+Blue) = 220+235+212=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBD4 is #23142B. Grayscale: #E3E3E3. Windows color (decimal): -2298924 or 13954012. OLE color: 13954012.

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

Color convert

RGB220235212-
CMYK0.0600.100.08
HSL99.13º36.51%87.65%-
HSV(B)99.13º9.79%92.16%-
XYZ71.1179.3973.86-
YUV227.89119.03122.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 212 (83.20% from 255) = 31.78%
R=32.98%
G=35.23%
B=31.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352120.0600.100.0899.1336.5187.65
HexDCEBD460A8632558
Octal33435332460121014345130
Binary11011100111010111101010011001010100011000111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBD4; }

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

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

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

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

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

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

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

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