Html Css Color HEX #D8ADB9 Melanie

📋 copy color: '#D8ADB9'

red 216 ◦ green 173 ◦ blue 185

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

Shades of Melanie #D8ADB9

Tints of Melanie #D8ADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.14%

 BLUE value IS 185 (72.66% from 255) = 32.23%

R = 37.63%
G = 30.14%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8ADB9 (or 0xD8ADB9) is known color: Melanie. HEX triplet: D8, AD and B9. RGB value is (216,173,185). Sum of RGB (Red+Green+Blue) = 216+173+185=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADB9 is #275246. Grayscale: #BBBBBB. Windows color (decimal): -2576967 or 12168664. OLE color: 12168664.

HSL color Cylindrical-coordinate representation of color #D8ADB9: hue angle of 343.26º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ADB9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 185 -
CMYK 0 0.20 0.14 0.15
HSL 343.26º 0.36% 0.76% -
HSV(B) 343.26º 0.2% 0.85% -
XYZ 52.02 47.99 52.42 -
YUV 187.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 216 173 185 0 0.20 0.14 0.15 343.26 0.36 0.76
Hex D8 AD B9 0 14 E F 157 24 4C
Octal 330 255 271 0 24 16 17 527 44 114
Binary 11011000 10101101 10111001 0 10100 1110 1111 101010111 100100 1001100

Color Harmonies of #D8ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADB9

Black with #D8ADB9

Text Example


Text Example

White with #D8ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADB9; }

 p { color: rgb(216,173,185); }

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

background-color css

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

 a { background-color: rgb(216,173,185); }

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

border-color css

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

 span { border-color: rgb(216,173,185); }

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