Html Css Color HEX #D5E1B1 Tusk

📋 copy color: '#D5E1B1'

red 213 ◦ green 225 ◦ blue 177

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

Shades of Tusk #D5E1B1

Tints of Tusk #D5E1B1

RGB

 RED value IS 213 (83.59% from 255) = 34.63%

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

 BLUE value IS 177 (69.53% from 255) = 28.78%

R = 34.63%
G = 36.59%
B = 28.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#D5E1B1 (or 0xD5E1B1) is known color: Tusk. HEX triplet: D5, E1 and B1. RGB value is (213,225,177). Sum of RGB (Red+Green+Blue) = 213+225+177=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E1B1 is #2A1E4E. Grayscale: #D8D8D8. Windows color (decimal): -2760271 or 11657685. OLE color: 11657685.

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

Color convert

RGB 213 225 177 -
CMYK 0.05 0 0.21 0.12
HSL 75º 0.44% 0.79% -
HSV(B) 75º 0.21% 0.88% -
XYZ 62.3 71.17 52.05 -
YUV 215.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 213 225 177 0.05 0 0.21 0.12 75 0.44 0.79
Hex D5 E1 B1 5 0 15 C 4B 2C 4F
Octal 325 341 261 5 0 25 14 113 54 117
Binary 11010101 11100001 10110001 101 0 10101 1100 1001011 101100 1001111

Color Harmonies of #D5E1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1B1

Black with #D5E1B1

Text Example


Text Example

White with #D5E1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1B1; }

 p { color: rgb(213,225,177); }

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

background-color css

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

 a { background-color: rgb(213,225,177); }

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

border-color css

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

 span { border-color: rgb(213,225,177); }

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