Html Css Color HEX #D8AFBB Melanie

📋 copy color: '#D8AFBB'

red 216 ◦ green 175 ◦ blue 187

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

Shades of Melanie #D8AFBB

Tints of Melanie #D8AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 37.37%
G = 30.28%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8AFBB (or 0xD8AFBB) is known color: Melanie. HEX triplet: D8, AF and BB. RGB value is (216,175,187). Sum of RGB (Red+Green+Blue) = 216+175+187=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBB is #275044. Grayscale: #BCBCBC. Windows color (decimal): -2576453 or 12300248. OLE color: 12300248.

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

Color convert

RGB 216 175 187 -
CMYK 0 0.19 0.13 0.15
HSL 342.44º 0.34% 0.77% -
HSV(B) 342.44º 0.19% 0.85% -
XYZ 52.62 48.85 53.67 -
YUV 188.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 216 175 187 0 0.19 0.13 0.15 342.44 0.34 0.77
Hex D8 AF BB 0 13 D F 156 22 4D
Octal 330 257 273 0 23 15 17 526 42 115
Binary 11011000 10101111 10111011 0 10011 1101 1111 101010110 100010 1001101

Color Harmonies of #D8AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFBB

Black with #D8AFBB

Text Example


Text Example

White with #D8AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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