Html Css Color HEX #D8E6B5 Tusk

📋 copy color: '#D8E6B5'

red 216 ◦ green 230 ◦ blue 181

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

Shades of Tusk #D8E6B5

Tints of Tusk #D8E6B5

RGB

 RED value IS 216 (84.77% from 255) = 34.45%

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

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

R = 34.45%
G = 36.68%
B = 28.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#D8E6B5 (or 0xD8E6B5) is known color: Tusk. HEX triplet: D8, E6 and B5. RGB value is (216,230,181). Sum of RGB (Red+Green+Blue) = 216+230+181=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E6B5 is #27194A. Grayscale: #DCDCDC. Windows color (decimal): -2562379 or 11921112. OLE color: 11921112.

HSL color Cylindrical-coordinate representation of color #D8E6B5: hue angle of 77.14º 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 #D8E6B5 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 230 181 -
CMYK 0.06 0 0.21 0.10
HSL 77.14º 0.49% 0.81% -
HSV(B) 77.14º 0.21% 0.9% -
XYZ 64.96 74.53 54.68 -
YUV 220.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 216 230 181 0.06 0 0.21 0.10 77.14 0.49 0.81
Hex D8 E6 B5 6 0 15 A 4D 31 51
Octal 330 346 265 6 0 25 12 115 61 121
Binary 11011000 11100110 10110101 110 0 10101 1010 1001101 110001 1010001

Color Harmonies of #D8E6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E6B5

Black with #D8E6B5

Text Example


Text Example

White with #D8E6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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