#DCE7B5

Color #DCE7B5 Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DCE7B5

Tints of Tusk #DCE7B5

Color information

#DCE7B5 (or 0xDCE7B5) is unknown color: approx Tusk. HEX triplet: DC, E7 and B5. RGB value is (220,231,181). Sum of RGB (Red+Green+Blue) = 220+231+181=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7B5 is #23184A. Grayscale: #DEDEDE. Windows color (decimal): -2299979 or 11921372. OLE color: 11921372.

HSL color Cylindrical-coordinate representation of color #DCE7B5: hue angle of 73.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCE7B5 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB220231181-
CMYK0.0500.220.09
HSL73.2º51.02%80.78%-
HSV(B)73.2º21.65%90.59%-
XYZ66.4375.754.83-
YUV222.01104.86126.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 231 (90.62% from 255) = 36.55%
BLUE value IS 181 (71.09% from 255) = 28.64%
R=34.81%
G=36.55%
B=28.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311810.0500.220.0973.251.0280.78
HexDCE7B550169493351
Octal33434726550261111163121
Binary110111001110011110110101101010110100110010011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7B5; }

 p { color: rgb(220,231,181); }

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

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

 a { background-color: rgb(220,231,181); }

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

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

 span { border-color: rgb(220,231,181); }

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