#DCEBD3

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

Shades of Hint Of Green #DCEBD3

Tints of Hint Of Green #DCEBD3

Color information

#DCEBD3 (or 0xDCEBD3) is unknown color: approx Hint Of Green. HEX triplet: DC, EB and D3. RGB value is (220,235,211). Sum of RGB (Red+Green+Blue) = 220+235+211=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBD3 is #23142C. Grayscale: #E3E3E3. Windows color (decimal): -2298925 or 13888476. OLE color: 13888476.

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

Color convert

RGB220235211-
CMYK0.0600.100.08
HSL97.5º37.5%87.45%-
HSV(B)97.5º10.21%92.16%-
XYZ70.9879.3473.2-
YUV227.78118.53122.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 211 (82.81% from 255) = 31.68%
R=33.03%
G=35.29%
B=31.68%

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
Decimal2202352110.0600.100.0897.537.587.45
HexDCEBD360A8612657
Octal33435332360121014146127
Binary11011100111010111101001111001010100011000011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBD3; }

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

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

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

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

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

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

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

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