Html Css Color HEX #D8AFBA Melanie

📋 copy color: '#D8AFBA'

red 216 ◦ green 175 ◦ blue 186

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

Shades of Melanie #D8AFBA

Tints of Melanie #D8AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.24%

R = 37.44%
G = 30.33%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8AFBA (or 0xD8AFBA) is known color: Melanie. HEX triplet: D8, AF and BA. RGB value is (216,175,186). Sum of RGB (Red+Green+Blue) = 216+175+186=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBA is #275045. Grayscale: #BCBCBC. Windows color (decimal): -2576454 or 12234712. OLE color: 12234712.

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

Color convert

RGB 216 175 186 -
CMYK 0 0.19 0.14 0.15
HSL 343.9º 0.34% 0.77% -
HSV(B) 343.9º 0.19% 0.85% -
XYZ 52.51 48.8 53.11 -
YUV 188.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 216 175 186 0 0.19 0.14 0.15 343.9 0.34 0.77
Hex D8 AF BA 0 13 E F 158 22 4D
Octal 330 257 272 0 23 16 17 530 42 115
Binary 11011000 10101111 10111010 0 10011 1110 1111 101011000 100010 1001101

Color Harmonies of #D8AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFBA

Black with #D8AFBA

Text Example


Text Example

White with #D8AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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