#DCEBB3

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

Shades of Tusk #DCEBB3

Tints of Tusk #DCEBB3

Color information

#DCEBB3 (or 0xDCEBB3) is unknown color: approx Tusk. HEX triplet: DC, EB and B3. RGB value is (220,235,179). Sum of RGB (Red+Green+Blue) = 220+235+179=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBB3 is #23144C. Grayscale: #E0E0E0. Windows color (decimal): -2298957 or 11791324. OLE color: 11791324.

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

Color convert

RGB220235179-
CMYK0.0600.240.08
HSL76.07º58.33%81.18%-
HSV(B)76.07º23.83%92.16%-
XYZ67.3677.8954.13-
YUV224.13102.53125.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=34.70%
G=37.07%
B=28.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351790.0600.240.0876.0758.3381.18
HexDCEBB3601884c3a51
Octal33435326360301011472121
Binary110111001110101110110011110011000100010011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBB3; }

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

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

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

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

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

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

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

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