#DCEBD6

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

Shades of Hint Of Green #DCEBD6

Tints of Hint Of Green #DCEBD6

Color information

#DCEBD6 (or 0xDCEBD6) is unknown color: approx Hint Of Green. HEX triplet: DC, EB and D6. RGB value is (220,235,214). Sum of RGB (Red+Green+Blue) = 220+235+214=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBD6 is #231429. Grayscale: #E4E4E4. Windows color (decimal): -2298922 or 14085084. OLE color: 14085084.

HSL color Cylindrical-coordinate representation of color #DCEBD6: hue angle of 102.86º degrees, saturation: 0.34, 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 #DCEBD6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB220235214-
CMYK0.0600.090.08
HSL102.86º34.43%88.04%-
HSV(B)102.86º8.94%92.16%-
XYZ71.3679.4975.2-
YUV228.12120.03122.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 214 (83.98% from 255) = 31.99%
R=32.88%
G=35.13%
B=31.99%

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
Decimal2202352140.0600.090.08102.8634.4388.04
HexDCEBD66098672258
Octal33435332660111014742130
Binary11011100111010111101011011001001100011001111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBD6; }

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

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

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

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

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

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

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

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