#DCEBAD

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

Shades of Tusk #DCEBAD

Tints of Tusk #DCEBAD

Color information

#DCEBAD (or 0xDCEBAD) is unknown color: approx Tusk. HEX triplet: DC, EB and AD. RGB value is (220,235,173). Sum of RGB (Red+Green+Blue) = 220+235+173=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBAD is #231452. Grayscale: #DFDFDF. Windows color (decimal): -2298963 or 11398108. OLE color: 11398108.

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

Color convert

RGB220235173-
CMYK0.0600.260.08
HSL74.52º60.78%80%-
HSV(B)74.52º26.38%92.16%-
XYZ66.7777.6551-
YUV223.4599.53125.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=35.03%
G=37.42%
B=27.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351730.0600.260.0874.5260.7880
HexDCEBAD601A84b3d50
Octal33435325560321011375120
Binary110111001110101110101101110011010100010010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBAD; }

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

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

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

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

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

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

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

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