Html Css Color HEX #D7AFC0 Melanie

📋 copy color: '#D7AFC0'

red 215 ◦ green 175 ◦ blue 192

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

Shades of Melanie #D7AFC0

Tints of Melanie #D7AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.07%

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

R = 36.94%
G = 30.07%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D7AFC0 (or 0xD7AFC0) is known color: Melanie. HEX triplet: D7, AF and C0. RGB value is (215,175,192). Sum of RGB (Red+Green+Blue) = 215+175+192=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFC0 is #28503F. Grayscale: #BCBCBC. Windows color (decimal): -2641984 or 12627927. OLE color: 12627927.

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

Color convert

RGB 215 175 192 -
CMYK 0 0.19 0.11 0.16
HSL 334.5º 0.33% 0.76% -
HSV(B) 334.5º 0.19% 0.84% -
XYZ 52.87 48.91 56.52 -
YUV 188.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 215 175 192 0 0.19 0.11 0.16 334.5 0.33 0.76
Hex D7 AF C0 0 13 B 10 14E 21 4C
Octal 327 257 300 0 23 13 20 516 41 114
Binary 11010111 10101111 11000000 0 10011 1011 10000 101001110 100001 1001100

Color Harmonies of #D7AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFC0

Black with #D7AFC0

Text Example


Text Example

White with #D7AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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