Html Css Color HEX #DBE4B6 Tusk

📋 copy color: '#DBE4B6'

red 219 ◦ green 228 ◦ blue 182

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

Shades of Tusk #DBE4B6

Tints of Tusk #DBE4B6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.25%

 BLUE value IS 182 (71.48% from 255) = 28.93%

R = 34.82%
G = 36.25%
B = 28.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#DBE4B6 (or 0xDBE4B6) is known color: Tusk. HEX triplet: DB, E4 and B6. RGB value is (219,228,182). Sum of RGB (Red+Green+Blue) = 219+228+182=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 182 (71.48% from 255 or 28.93% from 629); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4B6 is #241B49. Grayscale: #DCDCDC. Windows color (decimal): -2366282 or 11986139. OLE color: 11986139.

HSL color Cylindrical-coordinate representation of color #DBE4B6: hue angle of 71.74º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBE4B6 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 182 -
CMYK 0.04 0 0.20 0.11
HSL 71.74º 0.46% 0.8% -
HSV(B) 71.74º 0.2% 0.89% -
XYZ 65.4 73.92 55.08 -
YUV 220.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 219 228 182 0.04 0 0.20 0.11 71.74 0.46 0.8
Hex DB E4 B6 4 0 14 B 48 2E 50
Octal 333 344 266 4 0 24 13 110 56 120
Binary 11011011 11100100 10110110 100 0 10100 1011 1001000 101110 1010000

Color Harmonies of #DBE4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4B6

Black with #DBE4B6

Text Example


Text Example

White with #DBE4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4B6; }

 p { color: rgb(219,228,182); }

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

background-color css

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

 a { background-color: rgb(219,228,182); }

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

border-color css

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

 span { border-color: rgb(219,228,182); }

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