Html Css Color HEX #D7B5C2 Melanie

📋 copy color: '#D7B5C2'

red 215 ◦ green 181 ◦ blue 194

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

Shades of Melanie #D7B5C2

Tints of Melanie #D7B5C2

RGB

 RED value IS 215 (84.38% from 255) = 36.44%

 GREEN value IS 181 (71.09% from 255) = 30.68%

 BLUE value IS 194 (76.17% from 255) = 32.88%

R = 36.44%
G = 30.68%
B = 32.88%

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

#D7B5C2 (or 0xD7B5C2) is known color: Melanie. HEX triplet: D7, B5 and C2. RGB value is (215,181,194). Sum of RGB (Red+Green+Blue) = 215+181+194=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5C2 is #284A3D. Grayscale: #C0C0C0. Windows color (decimal): -2640446 or 12760535. OLE color: 12760535.

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

Color convert

RGB 215 181 194 -
CMYK 0 0.16 0.10 0.16
HSL 337.06º 0.3% 0.78% -
HSV(B) 337.06º 0.16% 0.84% -
XYZ 54.29 51.39 58.1 -
YUV 192.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 215 181 194 0 0.16 0.10 0.16 337.06 0.3 0.78
Hex D7 B5 C2 0 10 A 10 151 1E 4E
Octal 327 265 302 0 20 12 20 521 36 116
Binary 11010111 10110101 11000010 0 10000 1010 10000 101010001 11110 1001110

Color Harmonies of #D7B5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B5C2

Black with #D7B5C2

Text Example


Text Example

White with #D7B5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B5C2; }

 p { color: rgb(215,181,194); }

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

background-color css

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

 a { background-color: rgb(215,181,194); }

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

border-color css

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

 span { border-color: rgb(215,181,194); }

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