Html Css Color HEX #DBEBB2 Tusk

📋 copy color: '#DBEBB2'

red 219 ◦ green 235 ◦ blue 178

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

Shades of Tusk #DBEBB2

Tints of Tusk #DBEBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.16%

R = 34.65%
G = 37.18%
B = 28.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#DBEBB2 (or 0xDBEBB2) is known color: Tusk. HEX triplet: DB, EB and B2. RGB value is (219,235,178). Sum of RGB (Red+Green+Blue) = 219+235+178=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBB2 is #24144D. Grayscale: #DFDFDF. Windows color (decimal): -2364494 or 11725787. OLE color: 11725787.

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

Color convert

RGB 219 235 178 -
CMYK 0.07 0 0.24 0.08
HSL 76.84º 0.59% 0.81% -
HSV(B) 76.84º 0.24% 0.92% -
XYZ 66.96 77.69 53.59 -
YUV 223.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 219 235 178 0.07 0 0.24 0.08 76.84 0.59 0.81
Hex DB EB B2 7 0 18 8 4D 3B 51
Octal 333 353 262 7 0 30 10 115 73 121
Binary 11011011 11101011 10110010 111 0 11000 1000 1001101 111011 1010001

Color Harmonies of #DBEBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBB2

Black with #DBEBB2

Text Example


Text Example

White with #DBEBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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