Html Css Color HEX #DDECB2 Tusk

📋 copy color: '#DDECB2'

red 221 ◦ green 236 ◦ blue 178

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

Shades of Tusk #DDECB2

Tints of Tusk #DDECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 178 (69.92% from 255) = 28.03%

R = 34.8%
G = 37.17%
B = 28.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#DDECB2 (or 0xDDECB2) is known color: Tusk. HEX triplet: DD, EC and B2. RGB value is (221,236,178). Sum of RGB (Red+Green+Blue) = 221+236+178=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECB2 is #22134D. Grayscale: #E1E1E1. Windows color (decimal): -2233166 or 11726045. OLE color: 11726045.

HSL color Cylindrical-coordinate representation of color #DDECB2: hue angle of 75.52º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDECB2 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 178 -
CMYK 0.06 0 0.25 0.07
HSL 75.52º 0.6% 0.81% -
HSV(B) 75.52º 0.25% 0.93% -
XYZ 67.85 78.58 53.71 -
YUV 224.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 221 236 178 0.06 0 0.25 0.07 75.52 0.6 0.81
Hex DD EC B2 6 0 19 7 4C 3C 51
Octal 335 354 262 6 0 31 7 114 74 121
Binary 11011101 11101100 10110010 110 0 11001 111 1001100 111100 1010001

Color Harmonies of #DDECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECB2

Black with #DDECB2

Text Example


Text Example

White with #DDECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECB2; }

 p { color: rgb(221,236,178); }

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

background-color css

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

 a { background-color: rgb(221,236,178); }

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

border-color css

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

 span { border-color: rgb(221,236,178); }

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