Html Css Color HEX #D9AFC0 Melanie

📋 copy color: '#D9AFC0'

red 217 ◦ green 175 ◦ blue 192

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

Shades of Melanie #D9AFC0

Tints of Melanie #D9AFC0

RGB

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

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

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

R = 37.16%
G = 29.97%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9AFC0 (or 0xD9AFC0) is known color: Melanie. HEX triplet: D9, AF and C0. RGB value is (217,175,192). Sum of RGB (Red+Green+Blue) = 217+175+192=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFC0 is #26503F. Grayscale: #BDBDBD. Windows color (decimal): -2510912 or 12627929. OLE color: 12627929.

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

Color convert

RGB 217 175 192 -
CMYK 0 0.19 0.12 0.15
HSL 335.71º 0.36% 0.77% -
HSV(B) 335.71º 0.19% 0.85% -
XYZ 53.46 49.22 56.55 -
YUV 189.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 217 175 192 0 0.19 0.12 0.15 335.71 0.36 0.77
Hex D9 AF C0 0 13 C F 150 24 4D
Octal 331 257 300 0 23 14 17 520 44 115
Binary 11011001 10101111 11000000 0 10011 1100 1111 101010000 100100 1001101

Color Harmonies of #D9AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFC0

Black with #D9AFC0

Text Example


Text Example

White with #D9AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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