Html Css Color HEX #D8ADBA Melanie

📋 copy color: '#D8ADBA'

red 216 ◦ green 173 ◦ blue 186

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

Shades of Melanie #D8ADBA

Tints of Melanie #D8ADBA

RGB

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

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

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

R = 37.57%
G = 30.09%
B = 32.35%

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

#D8ADBA (or 0xD8ADBA) is known color: Melanie. HEX triplet: D8, AD and BA. RGB value is (216,173,186). Sum of RGB (Red+Green+Blue) = 216+173+186=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADBA is #275245. Grayscale: #BBBBBB. Windows color (decimal): -2576966 or 12234200. OLE color: 12234200.

HSL color Cylindrical-coordinate representation of color #D8ADBA: hue angle of 341.86º 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 #D8ADBA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 186 -
CMYK 0 0.20 0.14 0.15
HSL 341.86º 0.36% 0.76% -
HSV(B) 341.86º 0.2% 0.85% -
XYZ 52.13 48.03 52.98 -
YUV 187.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 216 173 186 0 0.20 0.14 0.15 341.86 0.36 0.76
Hex D8 AD BA 0 14 E F 156 24 4C
Octal 330 255 272 0 24 16 17 526 44 114
Binary 11011000 10101101 10111010 0 10100 1110 1111 101010110 100100 1001100

Color Harmonies of #D8ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADBA

Black with #D8ADBA

Text Example


Text Example

White with #D8ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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