Html Css Color HEX #D2B5C1 Melanie

📋 copy color: '#D2B5C1'

red 210 ◦ green 181 ◦ blue 193

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

Shades of Melanie #D2B5C1

Tints of Melanie #D2B5C1

RGB

 RED value IS 210 (82.42% from 255) = 35.96%

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

 BLUE value IS 193 (75.78% from 255) = 33.05%

R = 35.96%
G = 30.99%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D2B5C1 (or 0xD2B5C1) is known color: Melanie. HEX triplet: D2, B5 and C1. RGB value is (210,181,193). Sum of RGB (Red+Green+Blue) = 210+181+193=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5C1 is #2D4A3E. Grayscale: #BFBFBF. Windows color (decimal): -2968127 or 12694994. OLE color: 12694994.

HSL color Cylindrical-coordinate representation of color #D2B5C1: hue angle of 335.17º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B5C1 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 181 193 -
CMYK 0 0.14 0.08 0.18
HSL 335.17º 0.24% 0.77% -
HSV(B) 335.17º 0.14% 0.82% -
XYZ 52.73 50.6 57.44 -
YUV 191.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 210 181 193 0 0.14 0.08 0.18 335.17 0.24 0.77
Hex D2 B5 C1 0 E 8 12 14F 18 4D
Octal 322 265 301 0 16 10 22 517 30 115
Binary 11010010 10110101 11000001 0 1110 1000 10010 101001111 11000 1001101

Color Harmonies of #D2B5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B5C1

Black with #D2B5C1

Text Example


Text Example

White with #D2B5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B5C1; }

 p { color: rgb(210,181,193); }

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

background-color css

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

 a { background-color: rgb(210,181,193); }

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

border-color css

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

 span { border-color: rgb(210,181,193); }

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