#DADEB2

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

Shades of Tusk #DADEB2

Tints of Tusk #DADEB2

Color information

#DADEB2 (or 0xDADEB2) is unknown color: approx Tusk. HEX triplet: DA, DE and B2. RGB value is (218,222,178). Sum of RGB (Red+Green+Blue) = 218+222+178=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEB2 is #25214D. Grayscale: #D7D7D7. Windows color (decimal): -2433358 or 11722458. OLE color: 11722458.

HSL color Cylindrical-coordinate representation of color #DADEB2: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DADEB2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB218222178-
CMYK0.0200.200.13
HSL65.45º40%78.43%-
HSV(B)65.45º19.82%87.06%-
XYZ63.0770.3652.38-
YUV215.79106.67129.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 178 (69.92% from 255) = 28.80%
R=35.28%
G=35.92%
B=28.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221780.0200.200.1365.454078.43
HexDADEB22014D41284e
Octal33233626220241510150116
Binary11011010110111101011001010010100110110000011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEB2; }

 p { color: rgb(218,222,178); }

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

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

 a { background-color: rgb(218,222,178); }

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

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

 span { border-color: rgb(218,222,178); }

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