Html Css Color HEX #DADEB2 Tusk

📋 copy color: '#DADEB2'

red 218 ◦ green 222 ◦ blue 178

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

Shades of Tusk #DADEB2

Tints of Tusk #DADEB2

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.8%

R = 35.28%
G = 35.92%
B = 28.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DADEB2 (or 0xDADEB2) is known color: 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

RGB 218 222 178 -
CMYK 0.02 0 0.20 0.13
HSL 65.45º 0.4% 0.78% -
HSV(B) 65.45º 0.2% 0.87% -
XYZ 63.07 70.36 52.38 -
YUV 215.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 218 222 178 0.02 0 0.20 0.13 65.45 0.4 0.78
Hex DA DE B2 2 0 14 D 41 28 4E
Octal 332 336 262 2 0 24 15 101 50 116
Binary 11011010 11011110 10110010 10 0 10100 1101 1000001 101000 1001110

Color Harmonies of #DADEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEB2

Black with #DADEB2

Text Example


Text Example

White with #DADEB2

Text Example


Text Example

HTML Codes & Css Web 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>