Html Css Color HEX #DBE8B0 Tusk

📋 copy color: '#DBE8B0'

red 219 ◦ green 232 ◦ blue 176

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

Shades of Tusk #DBE8B0

Tints of Tusk #DBE8B0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37%

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

R = 34.93%
G = 37%
B = 28.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#DBE8B0 (or 0xDBE8B0) is known color: Tusk. HEX triplet: DB, E8 and B0. RGB value is (219,232,176). Sum of RGB (Red+Green+Blue) = 219+232+176=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8B0 is #24174F. Grayscale: #DDDDDD. Windows color (decimal): -2365264 or 11593947. OLE color: 11593947.

HSL color Cylindrical-coordinate representation of color #DBE8B0: hue angle of 73.93º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBE8B0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 176 -
CMYK 0.06 0 0.24 0.09
HSL 73.93º 0.55% 0.8% -
HSV(B) 73.93º 0.24% 0.91% -
XYZ 65.91 75.91 52.25 -
YUV 221.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 219 232 176 0.06 0 0.24 0.09 73.93 0.55 0.8
Hex DB E8 B0 6 0 18 9 4A 37 50
Octal 333 350 260 6 0 30 11 112 67 120
Binary 11011011 11101000 10110000 110 0 11000 1001 1001010 110111 1010000

Color Harmonies of #DBE8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8B0

Black with #DBE8B0

Text Example


Text Example

White with #DBE8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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