Html Css Color HEX #D5B9C3 Melanie

📋 copy color: '#D5B9C3'

red 213 ◦ green 185 ◦ blue 195

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

Shades of Melanie #D5B9C3

Tints of Melanie #D5B9C3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.2%

 BLUE value IS 195 (76.56% from 255) = 32.88%

R = 35.92%
G = 31.2%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5B9C3 (or 0xD5B9C3) is known color: Melanie. HEX triplet: D5, B9 and C3. RGB value is (213,185,195). Sum of RGB (Red+Green+Blue) = 213+185+195=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9C3 is #2A463C. Grayscale: #C2C2C2. Windows color (decimal): -2770493 or 12827093. OLE color: 12827093.

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

Color convert

RGB 213 185 195 -
CMYK 0 0.13 0.08 0.16
HSL 338.57º 0.25% 0.78% -
HSV(B) 338.57º 0.13% 0.84% -
XYZ 54.64 52.78 58.94 -
YUV 194.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 213 185 195 0 0.13 0.08 0.16 338.57 0.25 0.78
Hex D5 B9 C3 0 D 8 10 153 19 4E
Octal 325 271 303 0 15 10 20 523 31 116
Binary 11010101 10111001 11000011 0 1101 1000 10000 101010011 11001 1001110

Color Harmonies of #D5B9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B9C3

Black with #D5B9C3

Text Example


Text Example

White with #D5B9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B9C3; }

 p { color: rgb(213,185,195); }

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

background-color css

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

 a { background-color: rgb(213,185,195); }

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

border-color css

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

 span { border-color: rgb(213,185,195); }

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