Html Css Color HEX #DDE1B9 Tusk

📋 copy color: '#DDE1B9'

red 221 ◦ green 225 ◦ blue 185

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

Shades of Tusk #DDE1B9

Tints of Tusk #DDE1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.32%

R = 35.02%
G = 35.66%
B = 29.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#DDE1B9 (or 0xDDE1B9) is known color: Tusk. HEX triplet: DD, E1 and B9. RGB value is (221,225,185). Sum of RGB (Red+Green+Blue) = 221+225+185=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1B9 is #221E46. Grayscale: #DBDBDB. Windows color (decimal): -2235975 or 12181981. OLE color: 12181981.

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

Color convert

RGB 221 225 185 -
CMYK 0.02 0 0.18 0.12
HSL 66º 0.4% 0.8% -
HSV(B) 66º 0.18% 0.88% -
XYZ 65.5 72.73 56.48 -
YUV 219.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 221 225 185 0.02 0 0.18 0.12 66 0.4 0.8
Hex DD E1 B9 2 0 12 C 42 28 50
Octal 335 341 271 2 0 22 14 102 50 120
Binary 11011101 11100001 10111001 10 0 10010 1100 1000010 101000 1010000

Color Harmonies of #DDE1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1B9

Black with #DDE1B9

Text Example


Text Example

White with #DDE1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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