Html Css Color HEX #DBE4AB Tusk

📋 copy color: '#DBE4AB'

red 219 ◦ green 228 ◦ blue 171

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

Shades of Tusk #DBE4AB

Tints of Tusk #DBE4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.67%

R = 35.44%
G = 36.89%
B = 27.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#DBE4AB (or 0xDBE4AB) is known color: Tusk. HEX triplet: DB, E4 and AB. RGB value is (219,228,171). Sum of RGB (Red+Green+Blue) = 219+228+171=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE4AB is #241B54. Grayscale: #DBDBDB. Windows color (decimal): -2366293 or 11265243. OLE color: 11265243.

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

Color convert

RGB 219 228 171 -
CMYK 0.04 0 0.25 0.11
HSL 69.47º 0.51% 0.78% -
HSV(B) 69.47º 0.25% 0.89% -
XYZ 64.31 73.49 49.32 -
YUV 218.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 219 228 171 0.04 0 0.25 0.11 69.47 0.51 0.78
Hex DB E4 AB 4 0 19 B 45 33 4E
Octal 333 344 253 4 0 31 13 105 63 116
Binary 11011011 11100100 10101011 100 0 11001 1011 1000101 110011 1001110

Color Harmonies of #DBE4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4AB

Black with #DBE4AB

Text Example


Text Example

White with #DBE4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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