Html Css Color HEX #D7ACC0 Melanie

📋 copy color: '#D7ACC0'

red 215 ◦ green 172 ◦ blue 192

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

Shades of Melanie #D7ACC0

Tints of Melanie #D7ACC0

RGB

 RED value IS 215 (84.38% from 255) = 37.13%

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

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

R = 37.13%
G = 29.71%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D7ACC0 (or 0xD7ACC0) is known color: Melanie. HEX triplet: D7, AC and C0. RGB value is (215,172,192). Sum of RGB (Red+Green+Blue) = 215+172+192=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACC0 is #28533F. Grayscale: #BBBBBB. Windows color (decimal): -2642752 or 12627159. OLE color: 12627159.

HSL color Cylindrical-coordinate representation of color #D7ACC0: hue angle of 332.09º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACC0 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 172 192 -
CMYK 0 0.2 0.11 0.16
HSL 332.09º 0.35% 0.76% -
HSV(B) 332.09º 0.2% 0.84% -
XYZ 52.29 47.76 56.33 -
YUV 187.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 215 172 192 0 0.2 0.11 0.16 332.09 0.35 0.76
Hex D7 AC C0 0 14 B 10 14C 23 4C
Octal 327 254 300 0 24 13 20 514 43 114
Binary 11010111 10101100 11000000 0 10100 1011 10000 101001100 100011 1001100

Color Harmonies of #D7ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACC0

Black with #D7ACC0

Text Example


Text Example

White with #D7ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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