#DCECB5

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

Shades of Tusk #DCECB5

Tints of Tusk #DCECB5

Color information

#DCECB5 (or 0xDCECB5) is unknown color: approx Tusk. HEX triplet: DC, EC and B5. RGB value is (220,236,181). Sum of RGB (Red+Green+Blue) = 220+236+181=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECB5 is #23134A. Grayscale: #E1E1E1. Windows color (decimal): -2298699 or 11922652. OLE color: 11922652.

HSL color Cylindrical-coordinate representation of color #DCECB5: hue angle of 77.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCECB5 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB220236181-
CMYK0.0700.230.07
HSL77.45º59.14%81.76%-
HSV(B)77.45º23.31%92.55%-
XYZ67.8578.5455.3-
YUV224.95103.2124.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 181 (71.09% from 255) = 28.41%
R=34.54%
G=37.05%
B=28.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202361810.0700.230.0777.4559.1481.76
HexDCECB5701774d3b52
Octal3343542657027711573122
Binary11011100111011001011010111101011111110011011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECB5; }

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

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

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

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

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

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

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

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