#DCEBB6

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

Shades of Tusk #DCEBB6

Tints of Tusk #DCEBB6

Color information

#DCEBB6 (or 0xDCEBB6) is unknown color: approx Tusk. HEX triplet: DC, EB and B6. RGB value is (220,235,182). Sum of RGB (Red+Green+Blue) = 220+235+182=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBB6 is #231449. Grayscale: #E0E0E0. Windows color (decimal): -2298954 or 11987932. OLE color: 11987932.

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

Color convert

RGB220235182-
CMYK0.0600.230.08
HSL76.98º56.99%81.76%-
HSV(B)76.98º22.55%92.16%-
XYZ67.6778.0155.75-
YUV224.47104.03124.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 182 (71.48% from 255) = 28.57%
R=34.54%
G=36.89%
B=28.57%

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
Decimal2202351820.0600.230.0876.9856.9981.76
HexDCEBB6601784d3952
Octal33435326660271011571122
Binary110111001110101110110110110010111100010011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBB6; }

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

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

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

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

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

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

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

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