Html Css Color HEX #DDE7B0 Tusk

📋 copy color: '#DDE7B0'

red 221 ◦ green 231 ◦ blue 176

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

Shades of Tusk #DDE7B0

Tints of Tusk #DDE7B0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.78%

 BLUE value IS 176 (69.14% from 255) = 28.03%

R = 35.19%
G = 36.78%
B = 28.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#DDE7B0 (or 0xDDE7B0) is known color: Tusk. HEX triplet: DD, E7 and B0. RGB value is (221,231,176). Sum of RGB (Red+Green+Blue) = 221+231+176=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE7B0 is #22184F. Grayscale: #DDDDDD. Windows color (decimal): -2234448 or 11593693. OLE color: 11593693.

HSL color Cylindrical-coordinate representation of color #DDE7B0: hue angle of 70.91º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDE7B0 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 176 -
CMYK 0.04 0 0.24 0.09
HSL 70.91º 0.53% 0.8% -
HSV(B) 70.91º 0.24% 0.91% -
XYZ 66.23 75.66 52.19 -
YUV 221.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 221 231 176 0.04 0 0.24 0.09 70.91 0.53 0.8
Hex DD E7 B0 4 0 18 9 47 35 50
Octal 335 347 260 4 0 30 11 107 65 120
Binary 11011101 11100111 10110000 100 0 11000 1001 1000111 110101 1010000

Color Harmonies of #DDE7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7B0

Black with #DDE7B0

Text Example


Text Example

White with #DDE7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7B0; }

 p { color: rgb(221,231,176); }

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

background-color css

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

 a { background-color: rgb(221,231,176); }

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

border-color css

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

 span { border-color: rgb(221,231,176); }

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