Html Css Color HEX #DDE6B5 Tusk

📋 copy color: '#DDE6B5'

red 221 ◦ green 230 ◦ blue 181

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

Shades of Tusk #DDE6B5

Tints of Tusk #DDE6B5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.39%

 BLUE value IS 181 (71.09% from 255) = 28.64%

R = 34.97%
G = 36.39%
B = 28.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#DDE6B5 (or 0xDDE6B5) is known color: Tusk. HEX triplet: DD, E6 and B5. RGB value is (221,230,181). Sum of RGB (Red+Green+Blue) = 221+230+181=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6B5 is #22194A. Grayscale: #DDDDDD. Windows color (decimal): -2234699 or 11921117. OLE color: 11921117.

HSL color Cylindrical-coordinate representation of color #DDE6B5: hue angle of 71.02º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDE6B5 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 181 -
CMYK 0.04 0 0.21 0.10
HSL 71.02º 0.49% 0.81% -
HSV(B) 71.02º 0.21% 0.9% -
XYZ 66.46 75.3 54.75 -
YUV 221.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 221 230 181 0.04 0 0.21 0.10 71.02 0.49 0.81
Hex DD E6 B5 4 0 15 A 47 31 51
Octal 335 346 265 4 0 25 12 107 61 121
Binary 11011101 11100110 10110101 100 0 10101 1010 1000111 110001 1010001

Color Harmonies of #DDE6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6B5

Black with #DDE6B5

Text Example


Text Example

White with #DDE6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6B5; }

 p { color: rgb(221,230,181); }

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

background-color css

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

 a { background-color: rgb(221,230,181); }

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

border-color css

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

 span { border-color: rgb(221,230,181); }

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