Html Css Color HEX #D5B2BF Melanie

📋 copy color: '#D5B2BF'

red 213 ◦ green 178 ◦ blue 191

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

Shades of Melanie #D5B2BF

Tints of Melanie #D5B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.58%

 BLUE value IS 191 (75% from 255) = 32.82%

R = 36.6%
G = 30.58%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5B2BF (or 0xD5B2BF) is known color: Melanie. HEX triplet: D5, B2 and BF. RGB value is (213,178,191). Sum of RGB (Red+Green+Blue) = 213+178+191=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2BF is #2A4D40. Grayscale: #BDBDBD. Windows color (decimal): -2772289 or 12563157. OLE color: 12563157.

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

Color convert

RGB 213 178 191 -
CMYK 0 0.16 0.10 0.16
HSL 337.71º 0.29% 0.77% -
HSV(B) 337.71º 0.16% 0.84% -
XYZ 52.76 49.75 56.11 -
YUV 189.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 213 178 191 0 0.16 0.10 0.16 337.71 0.29 0.77
Hex D5 B2 BF 0 10 A 10 152 1D 4D
Octal 325 262 277 0 20 12 20 522 35 115
Binary 11010101 10110010 10111111 0 10000 1010 10000 101010010 11101 1001101

Color Harmonies of #D5B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2BF

Black with #D5B2BF

Text Example


Text Example

White with #D5B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2BF; }

 p { color: rgb(213,178,191); }

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

background-color css

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

 a { background-color: rgb(213,178,191); }

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

border-color css

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

 span { border-color: rgb(213,178,191); }

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