Html Css Color HEX #DDEAB6 Tusk

📋 copy color: '#DDEAB6'

red 221 ◦ green 234 ◦ blue 182

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

Shades of Tusk #DDEAB6

Tints of Tusk #DDEAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.57%

R = 34.69%
G = 36.73%
B = 28.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#DDEAB6 (or 0xDDEAB6) is known color: Tusk. HEX triplet: DD, EA and B6. RGB value is (221,234,182). Sum of RGB (Red+Green+Blue) = 221+234+182=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAB6 is #221549. Grayscale: #E0E0E0. Windows color (decimal): -2233674 or 11987677. OLE color: 11987677.

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

Color convert

RGB 221 234 182 -
CMYK 0.06 0 0.22 0.08
HSL 75º 0.55% 0.82% -
HSV(B) 75º 0.22% 0.92% -
XYZ 67.69 77.6 55.67 -
YUV 224.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 221 234 182 0.06 0 0.22 0.08 75 0.55 0.82
Hex DD EA B6 6 0 16 8 4B 37 52
Octal 335 352 266 6 0 26 10 113 67 122
Binary 11011101 11101010 10110110 110 0 10110 1000 1001011 110111 1010010

Color Harmonies of #DDEAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAB6

Black with #DDEAB6

Text Example


Text Example

White with #DDEAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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