Html Css Color HEX #DBEBB5 Tusk

📋 copy color: '#DBEBB5'

red 219 ◦ green 235 ◦ blue 181

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

Shades of Tusk #DBEBB5

Tints of Tusk #DBEBB5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.01%

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

R = 34.49%
G = 37.01%
B = 28.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#DBEBB5 (or 0xDBEBB5) is known color: Tusk. HEX triplet: DB, EB and B5. RGB value is (219,235,181). Sum of RGB (Red+Green+Blue) = 219+235+181=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBB5 is #24144A. Grayscale: #E0E0E0. Windows color (decimal): -2364491 or 11922395. OLE color: 11922395.

HSL color Cylindrical-coordinate representation of color #DBEBB5: hue angle of 77.78º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBEBB5 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 181 -
CMYK 0.07 0 0.23 0.08
HSL 77.78º 0.57% 0.82% -
HSV(B) 77.78º 0.23% 0.92% -
XYZ 67.26 77.81 55.19 -
YUV 224.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 219 235 181 0.07 0 0.23 0.08 77.78 0.57 0.82
Hex DB EB B5 7 0 17 8 4E 39 52
Octal 333 353 265 7 0 27 10 116 71 122
Binary 11011011 11101011 10110101 111 0 10111 1000 1001110 111001 1010010

Color Harmonies of #DBEBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBB5

Black with #DBEBB5

Text Example


Text Example

White with #DBEBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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