Html Css Color HEX #DEE1BA Tusk

📋 copy color: '#DEE1BA'

red 222 ◦ green 225 ◦ blue 186

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

Shades of Tusk #DEE1BA

Tints of Tusk #DEE1BA

RGB

 RED value IS 222 (87.11% from 255) = 35.07%

 GREEN value IS 225 (88.28% from 255) = 35.55%

 BLUE value IS 186 (73.05% from 255) = 29.38%

R = 35.07%
G = 35.55%
B = 29.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#DEE1BA (or 0xDEE1BA) is known color: Tusk. HEX triplet: DE, E1 and BA. RGB value is (222,225,186). Sum of RGB (Red+Green+Blue) = 222+225+186=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1BA is #211E45. Grayscale: #DBDBDB. Windows color (decimal): -2170438 or 12247518. OLE color: 12247518.

HSL color Cylindrical-coordinate representation of color #DEE1BA: hue angle of 64.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEE1BA is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 186 -
CMYK 0.01 0 0.17 0.12
HSL 64.62º 0.39% 0.81% -
HSV(B) 64.62º 0.17% 0.88% -
XYZ 65.91 72.93 57.06 -
YUV 219.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 222 225 186 0.01 0 0.17 0.12 64.62 0.39 0.81
Hex DE E1 BA 1 0 11 C 41 27 51
Octal 336 341 272 1 0 21 14 101 47 121
Binary 11011110 11100001 10111010 1 0 10001 1100 1000001 100111 1010001

Color Harmonies of #DEE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE1BA

Black with #DEE1BA

Text Example


Text Example

White with #DEE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE1BA; }

 p { color: rgb(222,225,186); }

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

background-color css

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

 a { background-color: rgb(222,225,186); }

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

border-color css

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

 span { border-color: rgb(222,225,186); }

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