#DDE3B4

Color #DDE3B4 Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DDE3B4

Tints of Tusk #DDE3B4

Color information

#DDE3B4 (or 0xDDE3B4) is unknown color: approx Tusk. HEX triplet: DD, E3 and B4. RGB value is (221,227,180). Sum of RGB (Red+Green+Blue) = 221+227+180=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3B4 is #221C4B. Grayscale: #DCDCDC. Windows color (decimal): -2235468 or 11854813. OLE color: 11854813.

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

Color convert

RGB221227180-
CMYK0.0300.210.11
HSL67.66º45.63%79.8%-
HSV(B)67.66º20.7%89.02%-
XYZ65.5373.6153.93-
YUV219.85105.51128.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 180 (70.70% from 255) = 28.66%
R=35.19%
G=36.15%
B=28.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271800.0300.210.1167.6645.6379.8
HexDDE3B43015B442e50
Octal33534326430251310456120
Binary11011101111000111011010011010101101110001001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3B4; }

 p { color: rgb(221,227,180); }

 H1.HeaderClassName
 {
   color: #DDE3B4;
 }
 .AnyTagClassName
 {
   color: #DDE3B4;
 }
</style>
background-color css

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

 a { background-color: rgb(221,227,180); }

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

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

 span { border-color: rgb(221,227,180); }

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