#DDEBB3

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

Shades of Tusk #DDEBB3

Tints of Tusk #DDEBB3

Color information

#DDEBB3 (or 0xDDEBB3) is unknown color: approx Tusk. HEX triplet: DD, EB and B3. RGB value is (221,235,179). Sum of RGB (Red+Green+Blue) = 221+235+179=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBB3 is #22144C. Grayscale: #E0E0E0. Windows color (decimal): -2233421 or 11791325. OLE color: 11791325.

HSL color Cylindrical-coordinate representation of color #DDEBB3: hue angle of 75º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDEBB3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB221235179-
CMYK0.0600.240.08
HSL75º58.33%81.18%-
HSV(B)75º23.83%92.16%-
XYZ67.6678.0454.15-
YUV224.43102.36125.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=34.80%
G=37.01%
B=28.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351790.0600.240.087558.3381.18
HexDDEBB3601884b3a51
Octal33535326360301011372121
Binary110111011110101110110011110011000100010010111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBB3; }

 p { color: rgb(221,235,179); }

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

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

 a { background-color: rgb(221,235,179); }

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

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

 span { border-color: rgb(221,235,179); }

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