Html Css Color HEX #DADEB1 Tusk

📋 copy color: '#DADEB1'

red 218 ◦ green 222 ◦ blue 177

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

Shades of Tusk #DADEB1

Tints of Tusk #DADEB1

RGB

 RED value IS 218 (85.55% from 255) = 35.33%

 GREEN value IS 222 (87.11% from 255) = 35.98%

 BLUE value IS 177 (69.53% from 255) = 28.69%

R = 35.33%
G = 35.98%
B = 28.69%

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

#DADEB1 (or 0xDADEB1) is known color: Tusk. HEX triplet: DA, DE and B1. RGB value is (218,222,177). Sum of RGB (Red+Green+Blue) = 218+222+177=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEB1 is #25214E. Grayscale: #D7D7D7. Windows color (decimal): -2433359 or 11656922. OLE color: 11656922.

HSL color Cylindrical-coordinate representation of color #DADEB1: hue angle of 65.33º degrees, saturation: 0.41, 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 #DADEB1 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 177 -
CMYK 0.02 0 0.20 0.13
HSL 65.33º 0.41% 0.78% -
HSV(B) 65.33º 0.2% 0.87% -
XYZ 62.97 70.32 51.85 -
YUV 215.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 218 222 177 0.02 0 0.20 0.13 65.33 0.41 0.78
Hex DA DE B1 2 0 14 D 41 29 4E
Octal 332 336 261 2 0 24 15 101 51 116
Binary 11011010 11011110 10110001 10 0 10100 1101 1000001 101001 1001110

Color Harmonies of #DADEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEB1

Black with #DADEB1

Text Example


Text Example

White with #DADEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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