Html Css Color HEX #D7AFC1 Melanie

📋 copy color: '#D7AFC1'

red 215 ◦ green 175 ◦ blue 193

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

Shades of Melanie #D7AFC1

Tints of Melanie #D7AFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.1%

R = 36.88%
G = 30.02%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D7AFC1 (or 0xD7AFC1) is known color: Melanie. HEX triplet: D7, AF and C1. RGB value is (215,175,193). Sum of RGB (Red+Green+Blue) = 215+175+193=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFC1 is #28503E. Grayscale: #BCBCBC. Windows color (decimal): -2641983 or 12693463. OLE color: 12693463.

HSL color Cylindrical-coordinate representation of color #D7AFC1: hue angle of 333º 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 #D7AFC1 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 193 -
CMYK 0 0.19 0.10 0.16
HSL 333º 0.33% 0.76% -
HSV(B) 333º 0.19% 0.84% -
XYZ 52.98 48.96 57.11 -
YUV 189.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 215 175 193 0 0.19 0.10 0.16 333 0.33 0.76
Hex D7 AF C1 0 13 A 10 14D 21 4C
Octal 327 257 301 0 23 12 20 515 41 114
Binary 11010111 10101111 11000001 0 10011 1010 10000 101001101 100001 1001100

Color Harmonies of #D7AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFC1

Black with #D7AFC1

Text Example


Text Example

White with #D7AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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