Html Css Color HEX #DADDAE Tusk

📋 copy color: '#DADDAE'

red 218 ◦ green 221 ◦ blue 174

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

Shades of Tusk #DADDAE

Tints of Tusk #DADDAE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.05%

 BLUE value IS 174 (68.36% from 255) = 28.38%

R = 35.56%
G = 36.05%
B = 28.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DADDAE (or 0xDADDAE) is known color: Tusk. HEX triplet: DA, DD and AE. RGB value is (218,221,174). Sum of RGB (Red+Green+Blue) = 218+221+174=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDAE is #252251. Grayscale: #D6D6D6. Windows color (decimal): -2433618 or 11460058. OLE color: 11460058.

HSL color Cylindrical-coordinate representation of color #DADDAE: hue angle of 63.83º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DADDAE is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 174 -
CMYK 0.01 0 0.21 0.13
HSL 63.83º 0.41% 0.77% -
HSV(B) 63.83º 0.21% 0.87% -
XYZ 62.41 69.67 50.2 -
YUV 214.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 218 221 174 0.01 0 0.21 0.13 63.83 0.41 0.77
Hex DA DD AE 1 0 15 D 40 29 4D
Octal 332 335 256 1 0 25 15 100 51 115
Binary 11011010 11011101 10101110 1 0 10101 1101 1000000 101001 1001101

Color Harmonies of #DADDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDAE

Black with #DADDAE

Text Example


Text Example

White with #DADDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDAE; }

 p { color: rgb(218,221,174); }

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

background-color css

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

 a { background-color: rgb(218,221,174); }

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

border-color css

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

 span { border-color: rgb(218,221,174); }

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