Html Css Color HEX #DDE6AB Tusk

📋 copy color: '#DDE6AB'

red 221 ◦ green 230 ◦ blue 171

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

Shades of Tusk #DDE6AB

Tints of Tusk #DDE6AB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.98%

 BLUE value IS 171 (67.19% from 255) = 27.49%

R = 35.53%
G = 36.98%
B = 27.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#DDE6AB (or 0xDDE6AB) is known color: Tusk. HEX triplet: DD, E6 and AB. RGB value is (221,230,171). Sum of RGB (Red+Green+Blue) = 221+230+171=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE6AB is #221954. Grayscale: #DCDCDC. Windows color (decimal): -2234709 or 11265757. OLE color: 11265757.

HSL color Cylindrical-coordinate representation of color #DDE6AB: hue angle of 69.15º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDE6AB is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 171 -
CMYK 0.04 0 0.26 0.10
HSL 69.15º 0.54% 0.79% -
HSV(B) 69.15º 0.26% 0.9% -
XYZ 65.47 74.91 49.54 -
YUV 220.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 221 230 171 0.04 0 0.26 0.10 69.15 0.54 0.79
Hex DD E6 AB 4 0 1A A 45 36 4F
Octal 335 346 253 4 0 32 12 105 66 117
Binary 11011101 11100110 10101011 100 0 11010 1010 1000101 110110 1001111

Color Harmonies of #DDE6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6AB

Black with #DDE6AB

Text Example


Text Example

White with #DDE6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6AB; }

 p { color: rgb(221,230,171); }

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

background-color css

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

 a { background-color: rgb(221,230,171); }

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

border-color css

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

 span { border-color: rgb(221,230,171); }

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