Html Css Color HEX #DADEB9 Tusk

📋 copy color: '#DADEB9'

red 218 ◦ green 222 ◦ blue 185

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

Shades of Tusk #DADEB9

Tints of Tusk #DADEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.6%

R = 34.88%
G = 35.52%
B = 29.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DADEB9 (or 0xDADEB9) is known color: Tusk. HEX triplet: DA, DE and B9. RGB value is (218,222,185). Sum of RGB (Red+Green+Blue) = 218+222+185=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEB9 is #252146. Grayscale: #D8D8D8. Windows color (decimal): -2433351 or 12181210. OLE color: 12181210.

HSL color Cylindrical-coordinate representation of color #DADEB9: hue angle of 66.49º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DADEB9 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 185 -
CMYK 0.02 0 0.17 0.13
HSL 66.49º 0.36% 0.8% -
HSV(B) 66.49º 0.17% 0.87% -
XYZ 63.79 70.65 56.17 -
YUV 216.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 218 222 185 0.02 0 0.17 0.13 66.49 0.36 0.8
Hex DA DE B9 2 0 11 D 42 24 50
Octal 332 336 271 2 0 21 15 102 44 120
Binary 11011010 11011110 10111001 10 0 10001 1101 1000010 100100 1010000

Color Harmonies of #DADEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEB9

Black with #DADEB9

Text Example


Text Example

White with #DADEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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