Html Css Color HEX #D8AFBD Melanie

📋 copy color: '#D8AFBD'

red 216 ◦ green 175 ◦ blue 189

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

Shades of Melanie #D8AFBD

Tints of Melanie #D8AFBD

RGB

 RED value IS 216 (84.77% from 255) = 37.24%

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

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 37.24%
G = 30.17%
B = 32.59%

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

#D8AFBD (or 0xD8AFBD) is known color: Melanie. HEX triplet: D8, AF and BD. RGB value is (216,175,189). Sum of RGB (Red+Green+Blue) = 216+175+189=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBD is #275042. Grayscale: #BCBCBC. Windows color (decimal): -2576451 or 12431320. OLE color: 12431320.

HSL color Cylindrical-coordinate representation of color #D8AFBD: hue angle of 339.51º degrees, saturation: 0.34, 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 #D8AFBD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 189 -
CMYK 0 0.19 0.12 0.15
HSL 339.51º 0.34% 0.77% -
HSV(B) 339.51º 0.19% 0.85% -
XYZ 52.83 48.93 54.8 -
YUV 188.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 216 175 189 0 0.19 0.12 0.15 339.51 0.34 0.77
Hex D8 AF BD 0 13 C F 154 22 4D
Octal 330 257 275 0 23 14 17 524 42 115
Binary 11011000 10101111 10111101 0 10011 1100 1111 101010100 100010 1001101

Color Harmonies of #D8AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFBD

Black with #D8AFBD

Text Example


Text Example

White with #D8AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFBD; }

 p { color: rgb(216,175,189); }

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

background-color css

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

 a { background-color: rgb(216,175,189); }

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

border-color css

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

 span { border-color: rgb(216,175,189); }

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