Html Css Color HEX #DBE6B3 Tusk

📋 copy color: '#DBE6B3'

red 219 ◦ green 230 ◦ blue 179

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

Shades of Tusk #DBE6B3

Tints of Tusk #DBE6B3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.62%

 BLUE value IS 179 (70.31% from 255) = 28.5%

R = 34.87%
G = 36.62%
B = 28.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#DBE6B3 (or 0xDBE6B3) is known color: Tusk. HEX triplet: DB, E6 and B3. RGB value is (219,230,179). Sum of RGB (Red+Green+Blue) = 219+230+179=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6B3 is #24194C. Grayscale: #DDDDDD. Windows color (decimal): -2365773 or 11790043. OLE color: 11790043.

HSL color Cylindrical-coordinate representation of color #DBE6B3: hue angle of 72.94º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBE6B3 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 179 -
CMYK 0.05 0 0.22 0.10
HSL 72.94º 0.5% 0.8% -
HSV(B) 72.94º 0.22% 0.9% -
XYZ 65.65 74.91 53.65 -
YUV 220.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 219 230 179 0.05 0 0.22 0.10 72.94 0.5 0.8
Hex DB E6 B3 5 0 16 A 49 32 50
Octal 333 346 263 5 0 26 12 111 62 120
Binary 11011011 11100110 10110011 101 0 10110 1010 1001001 110010 1010000

Color Harmonies of #DBE6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6B3

Black with #DBE6B3

Text Example


Text Example

White with #DBE6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6B3; }

 p { color: rgb(219,230,179); }

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

background-color css

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

 a { background-color: rgb(219,230,179); }

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

border-color css

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

 span { border-color: rgb(219,230,179); }

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