#DCE1B3

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

Shades of Tusk #DCE1B3

Tints of Tusk #DCE1B3

Color information

#DCE1B3 (or 0xDCE1B3) is unknown color: approx Tusk. HEX triplet: DC, E1 and B3. RGB value is (220,225,179). Sum of RGB (Red+Green+Blue) = 220+225+179=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1B3 is #231E4C. Grayscale: #DADADA. Windows color (decimal): -2301517 or 11788764. OLE color: 11788764.

HSL color Cylindrical-coordinate representation of color #DCE1B3: hue angle of 66.52º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCE1B3 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB220225179-
CMYK0.0200.200.12
HSL66.52º43.4%79.22%-
HSV(B)66.52º20.44%88.24%-
XYZ64.5872.3253.2-
YUV218.26105.84129.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 225 (88.28% from 255) = 36.06%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=35.26%
G=36.06%
B=28.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251790.0200.200.1266.5243.479.22
HexDCE1B32014C432b4f
Octal33434126320241410353117
Binary11011100111000011011001110010100110010000111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1B3; }

 p { color: rgb(220,225,179); }

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

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

 a { background-color: rgb(220,225,179); }

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

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

 span { border-color: rgb(220,225,179); }

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