Html Css Color HEX #DDE1B7 Tusk

📋 copy color: '#DDE1B7'

red 221 ◦ green 225 ◦ blue 183

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

Shades of Tusk #DDE1B7

Tints of Tusk #DDE1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.09%

R = 35.14%
G = 35.77%
B = 29.09%

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

#DDE1B7 (or 0xDDE1B7) is known color: Tusk. HEX triplet: DD, E1 and B7. RGB value is (221,225,183). Sum of RGB (Red+Green+Blue) = 221+225+183=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 183 (71.88% from 255 or 29.09% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1B7 is #221E48. Grayscale: #DBDBDB. Windows color (decimal): -2235977 or 12050909. OLE color: 12050909.

HSL color Cylindrical-coordinate representation of color #DDE1B7: hue angle of 65.71º degrees, saturation: 0.41, 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 #DDE1B7 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 183 -
CMYK 0.02 0 0.19 0.12
HSL 65.71º 0.41% 0.8% -
HSV(B) 65.71º 0.19% 0.88% -
XYZ 65.29 72.64 55.38 -
YUV 219.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 221 225 183 0.02 0 0.19 0.12 65.71 0.41 0.8
Hex DD E1 B7 2 0 13 C 42 29 50
Octal 335 341 267 2 0 23 14 102 51 120
Binary 11011101 11100001 10110111 10 0 10011 1100 1000010 101001 1010000

Color Harmonies of #DDE1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1B7

Black with #DDE1B7

Text Example


Text Example

White with #DDE1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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