Html Css Color HEX #DDE1B6 Tusk

📋 copy color: '#DDE1B6'

red 221 ◦ green 225 ◦ blue 182

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

Shades of Tusk #DDE1B6

Tints of Tusk #DDE1B6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.83%

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

R = 35.19%
G = 35.83%
B = 28.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#DDE1B6 (or 0xDDE1B6) is known color: Tusk. HEX triplet: DD, E1 and B6. RGB value is (221,225,182). Sum of RGB (Red+Green+Blue) = 221+225+182=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1B6 is #221E49. Grayscale: #DBDBDB. Windows color (decimal): -2235978 or 11985373. OLE color: 11985373.

HSL color Cylindrical-coordinate representation of color #DDE1B6: hue angle of 65.58º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDE1B6 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 182 -
CMYK 0.02 0 0.19 0.12
HSL 65.58º 0.42% 0.8% -
HSV(B) 65.58º 0.19% 0.88% -
XYZ 65.19 72.6 54.83 -
YUV 218.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 221 225 182 0.02 0 0.19 0.12 65.58 0.42 0.8
Hex DD E1 B6 2 0 13 C 42 2A 50
Octal 335 341 266 2 0 23 14 102 52 120
Binary 11011101 11100001 10110110 10 0 10011 1100 1000010 101010 1010000

Color Harmonies of #DDE1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1B6

Black with #DDE1B6

Text Example


Text Example

White with #DDE1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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