Html Css Color HEX #D6E1AB Tusk

📋 copy color: '#D6E1AB'

red 214 ◦ green 225 ◦ blue 171

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

Shades of Tusk #D6E1AB

Tints of Tusk #D6E1AB

RGB

 RED value IS 214 (83.98% from 255) = 35.08%

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

 BLUE value IS 171 (67.19% from 255) = 28.03%

R = 35.08%
G = 36.89%
B = 28.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#D6E1AB (or 0xD6E1AB) is known color: Tusk. HEX triplet: D6, E1 and AB. RGB value is (214,225,171). Sum of RGB (Red+Green+Blue) = 214+225+171=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E1AB is #291E54. Grayscale: #D7D7D7. Windows color (decimal): -2694741 or 11264470. OLE color: 11264470.

HSL color Cylindrical-coordinate representation of color #D6E1AB: hue angle of 72.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6E1AB is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 171 -
CMYK 0.05 0 0.24 0.12
HSL 72.22º 0.47% 0.78% -
HSV(B) 72.22º 0.24% 0.88% -
XYZ 62.01 71.09 48.98 -
YUV 215.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 214 225 171 0.05 0 0.24 0.12 72.22 0.47 0.78
Hex D6 E1 AB 5 0 18 C 48 2F 4E
Octal 326 341 253 5 0 30 14 110 57 116
Binary 11010110 11100001 10101011 101 0 11000 1100 1001000 101111 1001110

Color Harmonies of #D6E1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1AB

Black with #D6E1AB

Text Example


Text Example

White with #D6E1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1AB; }

 p { color: rgb(214,225,171); }

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

background-color css

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

 a { background-color: rgb(214,225,171); }

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

border-color css

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

 span { border-color: rgb(214,225,171); }

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