#DBE1B4

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

Shades of Tusk #DBE1B4

Tints of Tusk #DBE1B4

Color information

#DBE1B4 (or 0xDBE1B4) is unknown color: approx Tusk. HEX triplet: DB, E1 and B4. RGB value is (219,225,180). Sum of RGB (Red+Green+Blue) = 219+225+180=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1B4 is #241E4B. Grayscale: #DADADA. Windows color (decimal): -2367052 or 11854299. OLE color: 11854299.

HSL color Cylindrical-coordinate representation of color #DBE1B4: hue angle of 68º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBE1B4 is Cyan = 0.03, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB219225180-
CMYK0.0300.20.12
HSL68º42.86%79.41%-
HSV(B)68º20%88.24%-
XYZ64.3872.2153.72-
YUV218.08106.51128.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 225 (88.28% from 255) = 36.06%
BLUE value IS 180 (70.70% from 255) = 28.85%
R=35.10%
G=36.06%
B=28.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251800.0300.20.126842.8679.41
HexDBE1B43014C442b4f
Octal33334126430241410453117
Binary11011011111000011011010011010100110010001001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1B4; }

 p { color: rgb(219,225,180); }

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

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

 a { background-color: rgb(219,225,180); }

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

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

 span { border-color: rgb(219,225,180); }

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