Html Css Color HEX #DBE3B0 Tusk

📋 copy color: '#DBE3B0'

red 219 ◦ green 227 ◦ blue 176

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

Shades of Tusk #DBE3B0

Tints of Tusk #DBE3B0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.5%

 BLUE value IS 176 (69.14% from 255) = 28.3%

R = 35.21%
G = 36.5%
B = 28.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#DBE3B0 (or 0xDBE3B0) is known color: Tusk. HEX triplet: DB, E3 and B0. RGB value is (219,227,176). Sum of RGB (Red+Green+Blue) = 219+227+176=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE3B0 is #241C4F. Grayscale: #DADADA. Windows color (decimal): -2366544 or 11592667. OLE color: 11592667.

HSL color Cylindrical-coordinate representation of color #DBE3B0: hue angle of 69.41º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBE3B0 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 176 -
CMYK 0.04 0 0.22 0.11
HSL 69.41º 0.48% 0.79% -
HSV(B) 69.41º 0.22% 0.89% -
XYZ 64.52 73.13 51.79 -
YUV 218.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 219 227 176 0.04 0 0.22 0.11 69.41 0.48 0.79
Hex DB E3 B0 4 0 16 B 45 30 4F
Octal 333 343 260 4 0 26 13 105 60 117
Binary 11011011 11100011 10110000 100 0 10110 1011 1000101 110000 1001111

Color Harmonies of #DBE3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE3B0

Black with #DBE3B0

Text Example


Text Example

White with #DBE3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE3B0; }

 p { color: rgb(219,227,176); }

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

background-color css

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

 a { background-color: rgb(219,227,176); }

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

border-color css

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

 span { border-color: rgb(219,227,176); }

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