Html Css Color HEX #D5AFC0 Melanie

📋 copy color: '#D5AFC0'

red 213 ◦ green 175 ◦ blue 192

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

Shades of Melanie #D5AFC0

Tints of Melanie #D5AFC0

RGB

 RED value IS 213 (83.59% from 255) = 36.72%

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

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

R = 36.72%
G = 30.17%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5AFC0 (or 0xD5AFC0) is known color: Melanie. HEX triplet: D5, AF and C0. RGB value is (213,175,192). Sum of RGB (Red+Green+Blue) = 213+175+192=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFC0 is #2A503F. Grayscale: #BCBCBC. Windows color (decimal): -2773056 or 12627925. OLE color: 12627925.

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

Color convert

RGB 213 175 192 -
CMYK 0 0.18 0.10 0.16
HSL 333.16º 0.31% 0.76% -
HSV(B) 333.16º 0.18% 0.84% -
XYZ 52.28 48.61 56.5 -
YUV 188.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 213 175 192 0 0.18 0.10 0.16 333.16 0.31 0.76
Hex D5 AF C0 0 12 A 10 14D 1F 4C
Octal 325 257 300 0 22 12 20 515 37 114
Binary 11010101 10101111 11000000 0 10010 1010 10000 101001101 11111 1001100

Color Harmonies of #D5AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFC0

Black with #D5AFC0

Text Example


Text Example

White with #D5AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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