Html Css Color HEX #DDEAB0 Tusk

📋 copy color: '#DDEAB0'

red 221 ◦ green 234 ◦ blue 176

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

Shades of Tusk #DDEAB0

Tints of Tusk #DDEAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.89%

R = 35.02%
G = 37.08%
B = 27.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#DDEAB0 (or 0xDDEAB0) is known color: Tusk. HEX triplet: DD, EA and B0. RGB value is (221,234,176). Sum of RGB (Red+Green+Blue) = 221+234+176=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAB0 is #22154F. Grayscale: #DFDFDF. Windows color (decimal): -2233680 or 11594461. OLE color: 11594461.

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

Color convert

RGB 221 234 176 -
CMYK 0.06 0 0.25 0.08
HSL 73.45º 0.58% 0.8% -
HSV(B) 73.45º 0.25% 0.92% -
XYZ 67.08 77.35 52.47 -
YUV 223.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 221 234 176 0.06 0 0.25 0.08 73.45 0.58 0.8
Hex DD EA B0 6 0 19 8 49 3A 50
Octal 335 352 260 6 0 31 10 111 72 120
Binary 11011101 11101010 10110000 110 0 11001 1000 1001001 111010 1010000

Color Harmonies of #DDEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAB0

Black with #DDEAB0

Text Example


Text Example

White with #DDEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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