Html Css Color HEX #DDE4B6 Tusk

📋 copy color: '#DDE4B6'

red 221 ◦ green 228 ◦ blue 182

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

Shades of Tusk #DDE4B6

Tints of Tusk #DDE4B6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.13%

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

R = 35.02%
G = 36.13%
B = 28.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#DDE4B6 (or 0xDDE4B6) is known color: Tusk. HEX triplet: DD, E4 and B6. RGB value is (221,228,182). Sum of RGB (Red+Green+Blue) = 221+228+182=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4B6 is #221B49. Grayscale: #DCDCDC. Windows color (decimal): -2235210 or 11986141. OLE color: 11986141.

HSL color Cylindrical-coordinate representation of color #DDE4B6: hue angle of 69.13º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDE4B6 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 182 -
CMYK 0.03 0 0.20 0.11
HSL 69.13º 0.46% 0.8% -
HSV(B) 69.13º 0.2% 0.89% -
XYZ 66.01 74.24 55.11 -
YUV 220.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 221 228 182 0.03 0 0.20 0.11 69.13 0.46 0.8
Hex DD E4 B6 3 0 14 B 45 2E 50
Octal 335 344 266 3 0 24 13 105 56 120
Binary 11011101 11100100 10110110 11 0 10100 1011 1000101 101110 1010000

Color Harmonies of #DDE4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4B6

Black with #DDE4B6

Text Example


Text Example

White with #DDE4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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