Html Css Color HEX #D8ACC0 Melanie

📋 copy color: '#D8ACC0'

red 216 ◦ green 172 ◦ blue 192

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

Shades of Melanie #D8ACC0

Tints of Melanie #D8ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.66%

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

R = 37.24%
G = 29.66%
B = 33.1%

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

#D8ACC0 (or 0xD8ACC0) is known color: Melanie. HEX triplet: D8, AC and C0. RGB value is (216,172,192). Sum of RGB (Red+Green+Blue) = 216+172+192=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACC0 is #27533F. Grayscale: #BBBBBB. Windows color (decimal): -2577216 or 12627160. OLE color: 12627160.

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

Color convert

RGB 216 172 192 -
CMYK 0 0.20 0.11 0.15
HSL 332.73º 0.36% 0.76% -
HSV(B) 332.73º 0.2% 0.85% -
XYZ 52.59 47.91 56.35 -
YUV 187.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 216 172 192 0 0.20 0.11 0.15 332.73 0.36 0.76
Hex D8 AC C0 0 14 B F 14D 24 4C
Octal 330 254 300 0 24 13 17 515 44 114
Binary 11011000 10101100 11000000 0 10100 1011 1111 101001101 100100 1001100

Color Harmonies of #D8ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACC0

Black with #D8ACC0

Text Example


Text Example

White with #D8ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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