Html Css Color HEX #D8B8BE Melanie

📋 copy color: '#D8B8BE'

red 216 ◦ green 184 ◦ blue 190

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

Shades of Melanie #D8B8BE

Tints of Melanie #D8B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.19%

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 36.61%
G = 31.19%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8B8BE (or 0xD8B8BE) is known color: Melanie. HEX triplet: D8, B8 and BE. RGB value is (216,184,190). Sum of RGB (Red+Green+Blue) = 216+184+190=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8BE is #274741. Grayscale: #C2C2C2. Windows color (decimal): -2574146 or 12499160. OLE color: 12499160.

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

Color convert

RGB 216 184 190 -
CMYK 0 0.15 0.12 0.15
HSL 348.75º 0.29% 0.78% -
HSV(B) 348.75º 0.15% 0.85% -
XYZ 54.75 52.6 55.98 -
YUV 194.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 216 184 190 0 0.15 0.12 0.15 348.75 0.29 0.78
Hex D8 B8 BE 0 F C F 15D 1D 4E
Octal 330 270 276 0 17 14 17 535 35 116
Binary 11011000 10111000 10111110 0 1111 1100 1111 101011101 11101 1001110

Color Harmonies of #D8B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B8BE

Black with #D8B8BE

Text Example


Text Example

White with #D8B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B8BE; }

 p { color: rgb(216,184,190); }

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

background-color css

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

 a { background-color: rgb(216,184,190); }

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

border-color css

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

 span { border-color: rgb(216,184,190); }

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