#DCEBB5

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

Shades of Tusk #DCEBB5

Tints of Tusk #DCEBB5

Color information

#DCEBB5 (or 0xDCEBB5) is unknown color: approx Tusk. HEX triplet: DC, EB and B5. RGB value is (220,235,181). Sum of RGB (Red+Green+Blue) = 220+235+181=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBB5 is #23144A. Grayscale: #E0E0E0. Windows color (decimal): -2298955 or 11922396. OLE color: 11922396.

HSL color Cylindrical-coordinate representation of color #DCEBB5: hue angle of 76.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCEBB5 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB220235181-
CMYK0.0600.230.08
HSL76.67º57.45%81.57%-
HSV(B)76.67º22.98%92.16%-
XYZ67.5677.9755.2-
YUV224.36103.53124.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 181 (71.09% from 255) = 28.46%
R=34.59%
G=36.95%
B=28.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351810.0600.230.0876.6757.4581.57
HexDCEBB5601784d3952
Octal33435326560271011571122
Binary110111001110101110110101110010111100010011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBB5; }

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

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

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

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

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

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

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

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