#DBE3B7

Color #DBE3B7 Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DBE3B7

Tints of Tusk #DBE3B7

Color information

#DBE3B7 (or 0xDBE3B7) is unknown color: approx Tusk. HEX triplet: DB, E3 and B7. RGB value is (219,227,183). Sum of RGB (Red+Green+Blue) = 219+227+183=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 183 (71.88% from 255 or 29.09% from 629); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3B7 is #241C48. Grayscale: #DBDBDB. Windows color (decimal): -2366537 or 12051419. OLE color: 12051419.

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

Color convert

RGB219227183-
CMYK0.0400.190.11
HSL70.91º44%80.39%-
HSV(B)70.91º19.38%89.02%-
XYZ65.2373.4255.53-
YUV219.59107.35127.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 227 (89.06% from 255) = 36.09%
BLUE value IS 183 (71.88% from 255) = 29.09%
R=34.82%
G=36.09%
B=29.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192271830.0400.190.1170.914480.39
HexDBE3B74013B472c50
Octal33334326740231310754120
Binary110110111110001110110111100010011101110001111011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3B7; }

 p { color: rgb(219,227,183); }

 H1.HeaderClassName
 {
   color: #DBE3B7;
 }
 .AnyTagClassName
 {
   color: #DBE3B7;
 }
</style>
background-color css

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

 a { background-color: rgb(219,227,183); }

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

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

 span { border-color: rgb(219,227,183); }

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