Html Css Color HEX #D8ADC0 Melanie

📋 copy color: '#D8ADC0'

red 216 ◦ green 173 ◦ blue 192

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

Shades of Melanie #D8ADC0

Tints of Melanie #D8ADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.05%

R = 37.18%
G = 29.78%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D8ADC0 (or 0xD8ADC0) is known color: Melanie. HEX triplet: D8, AD and C0. RGB value is (216,173,192). Sum of RGB (Red+Green+Blue) = 216+173+192=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADC0 is #27523F. Grayscale: #BBBBBB. Windows color (decimal): -2576960 or 12627416. OLE color: 12627416.

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

Color convert

RGB 216 173 192 -
CMYK 0 0.20 0.11 0.15
HSL 333.49º 0.36% 0.76% -
HSV(B) 333.49º 0.2% 0.85% -
XYZ 52.78 48.29 56.41 -
YUV 188.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 216 173 192 0 0.20 0.11 0.15 333.49 0.36 0.76
Hex D8 AD C0 0 14 B F 14D 24 4C
Octal 330 255 300 0 24 13 17 515 44 114
Binary 11011000 10101101 11000000 0 10100 1011 1111 101001101 100100 1001100

Color Harmonies of #D8ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADC0

Black with #D8ADC0

Text Example


Text Example

White with #D8ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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