Html Css Color HEX #DDEAB5 Tusk

📋 copy color: '#DDEAB5'

red 221 ◦ green 234 ◦ blue 181

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

Shades of Tusk #DDEAB5

Tints of Tusk #DDEAB5

RGB

 RED value IS 221 (86.72% from 255) = 34.75%

 GREEN value IS 234 (91.8% from 255) = 36.79%

 BLUE value IS 181 (71.09% from 255) = 28.46%

R = 34.75%
G = 36.79%
B = 28.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#DDEAB5 (or 0xDDEAB5) is known color: Tusk. HEX triplet: DD, EA and B5. RGB value is (221,234,181). Sum of RGB (Red+Green+Blue) = 221+234+181=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAB5 is #22154A. Grayscale: #E0E0E0. Windows color (decimal): -2233675 or 11922141. OLE color: 11922141.

HSL color Cylindrical-coordinate representation of color #DDEAB5: hue angle of 74.72º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDEAB5 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 181 -
CMYK 0.06 0 0.23 0.08
HSL 74.72º 0.56% 0.81% -
HSV(B) 74.72º 0.23% 0.92% -
XYZ 67.58 77.55 55.12 -
YUV 224.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 221 234 181 0.06 0 0.23 0.08 74.72 0.56 0.81
Hex DD EA B5 6 0 17 8 4B 38 51
Octal 335 352 265 6 0 27 10 113 70 121
Binary 11011101 11101010 10110101 110 0 10111 1000 1001011 111000 1010001

Color Harmonies of #DDEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAB5

Black with #DDEAB5

Text Example


Text Example

White with #DDEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAB5; }

 p { color: rgb(221,234,181); }

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

background-color css

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

 a { background-color: rgb(221,234,181); }

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

border-color css

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

 span { border-color: rgb(221,234,181); }

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