Html Css Color HEX #D9ACC0 Melanie

📋 copy color: '#D9ACC0'

red 217 ◦ green 172 ◦ blue 192

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

Shades of Melanie #D9ACC0

Tints of Melanie #D9ACC0

RGB

 RED value IS 217 (85.16% from 255) = 37.35%

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

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

R = 37.35%
G = 29.6%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9ACC0 (or 0xD9ACC0) is known color: Melanie. HEX triplet: D9, AC and C0. RGB value is (217,172,192). Sum of RGB (Red+Green+Blue) = 217+172+192=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACC0 is #26533F. Grayscale: #BBBBBB. Windows color (decimal): -2511680 or 12627161. OLE color: 12627161.

HSL color Cylindrical-coordinate representation of color #D9ACC0: hue angle of 333.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACC0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 192 -
CMYK 0 0.21 0.12 0.15
HSL 333.33º 0.37% 0.76% -
HSV(B) 333.33º 0.21% 0.85% -
XYZ 52.88 48.06 56.36 -
YUV 187.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 217 172 192 0 0.21 0.12 0.15 333.33 0.37 0.76
Hex D9 AC C0 0 15 C F 14D 25 4C
Octal 331 254 300 0 25 14 17 515 45 114
Binary 11011001 10101100 11000000 0 10101 1100 1111 101001101 100101 1001100

Color Harmonies of #D9ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACC0

Black with #D9ACC0

Text Example


Text Example

White with #D9ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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