Html Css Color HEX #DBE1B5 Tusk

📋 copy color: '#DBE1B5'

red 219 ◦ green 225 ◦ blue 181

#DBE1B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tusk #DBE1B5

Tints of Tusk #DBE1B5

RGB

 RED value IS 219 (85.94% from 255) = 35.04%

 GREEN value IS 225 (88.28% from 255) = 36%

 BLUE value IS 181 (71.09% from 255) = 28.96%

R = 35.04%
G = 36%
B = 28.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#DBE1B5 (or 0xDBE1B5) is known color: Tusk. HEX triplet: DB, E1 and B5. RGB value is (219,225,181). Sum of RGB (Red+Green+Blue) = 219+225+181=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1B5 is #241E4A. Grayscale: #DADADA. Windows color (decimal): -2367051 or 11919835. OLE color: 11919835.

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

Color convert

RGB 219 225 181 -
CMYK 0.03 0 0.20 0.12
HSL 68.18º 0.42% 0.8% -
HSV(B) 68.18º 0.2% 0.88% -
XYZ 64.48 72.25 54.26 -
YUV 218.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 219 225 181 0.03 0 0.20 0.12 68.18 0.42 0.8
Hex DB E1 B5 3 0 14 C 44 2A 50
Octal 333 341 265 3 0 24 14 104 52 120
Binary 11011011 11100001 10110101 11 0 10100 1100 1000100 101010 1010000

Color Harmonies of #DBE1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1B5

Black with #DBE1B5

Text Example


Text Example

White with #DBE1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1B5; }

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

 H1.HeaderClassName
 {
   color: #DBE1B5;
 }
 .AnyTagClassName
 {
   color: #DBE1B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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