#DBE6B4

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

Shades of Tusk #DBE6B4

Tints of Tusk #DBE6B4

Color information

#DBE6B4 (or 0xDBE6B4) is unknown color: approx Tusk. HEX triplet: DB, E6 and B4. RGB value is (219,230,180). Sum of RGB (Red+Green+Blue) = 219+230+180=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6B4 is #24194B. Grayscale: #DDDDDD. Windows color (decimal): -2365772 or 11855579. OLE color: 11855579.

HSL color Cylindrical-coordinate representation of color #DBE6B4: hue angle of 73.2º 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 #DBE6B4 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB219230180-
CMYK0.0500.220.10
HSL73.2º50%80.39%-
HSV(B)73.2º21.74%90.2%-
XYZ65.7574.9554.18-
YUV221.01104.86126.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 230 (90.23% from 255) = 36.57%
BLUE value IS 180 (70.70% from 255) = 28.62%
R=34.82%
G=36.57%
B=28.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301800.0500.220.1073.25080.39
HexDBE6B45016A493250
Octal33334626450261211162120
Binary110110111110011010110100101010110101010010011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6B4; }

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

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

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

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

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

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

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

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