Html Css Color HEX #DDE3B8 Tusk

📋 copy color: '#DDE3B8'

red 221 ◦ green 227 ◦ blue 184

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

Shades of Tusk #DDE3B8

Tints of Tusk #DDE3B8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.92%

 BLUE value IS 184 (72.27% from 255) = 29.11%

R = 34.97%
G = 35.92%
B = 29.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#DDE3B8 (or 0xDDE3B8) is known color: Tusk. HEX triplet: DD, E3 and B8. RGB value is (221,227,184). Sum of RGB (Red+Green+Blue) = 221+227+184=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 184 (72.27% from 255 or 29.11% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3B8 is #221C47. Grayscale: #DCDCDC. Windows color (decimal): -2235464 or 12116957. OLE color: 12116957.

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

Color convert

RGB 221 227 184 -
CMYK 0.03 0 0.19 0.11
HSL 68.37º 0.43% 0.81% -
HSV(B) 68.37º 0.19% 0.89% -
XYZ 65.94 73.77 56.11 -
YUV 220.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 221 227 184 0.03 0 0.19 0.11 68.37 0.43 0.81
Hex DD E3 B8 3 0 13 B 44 2B 51
Octal 335 343 270 3 0 23 13 104 53 121
Binary 11011101 11100011 10111000 11 0 10011 1011 1000100 101011 1010001

Color Harmonies of #DDE3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3B8

Black with #DDE3B8

Text Example


Text Example

White with #DDE3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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