Html Css Color HEX #D2B2BE Melanie

📋 copy color: '#D2B2BE'

red 210 ◦ green 178 ◦ blue 190

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

Shades of Melanie #D2B2BE

Tints of Melanie #D2B2BE

RGB

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

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

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

R = 36.33%
G = 30.8%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2B2BE (or 0xD2B2BE) is known color: Melanie. HEX triplet: D2, B2 and BE. RGB value is (210,178,190). Sum of RGB (Red+Green+Blue) = 210+178+190=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B2BE is #2D4D41. Grayscale: #BCBCBC. Windows color (decimal): -2968898 or 12497618. OLE color: 12497618.

HSL color Cylindrical-coordinate representation of color #D2B2BE: hue angle of 337.5º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2B2BE is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 178 190 -
CMYK 0 0.15 0.10 0.18
HSL 337.5º 0.26% 0.76% -
HSV(B) 337.5º 0.15% 0.82% -
XYZ 51.79 49.26 55.49 -
YUV 188.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 210 178 190 0 0.15 0.10 0.18 337.5 0.26 0.76
Hex D2 B2 BE 0 F A 12 152 1A 4C
Octal 322 262 276 0 17 12 22 522 32 114
Binary 11010010 10110010 10111110 0 1111 1010 10010 101010010 11010 1001100

Color Harmonies of #D2B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B2BE

Black with #D2B2BE

Text Example


Text Example

White with #D2B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B2BE; }

 p { color: rgb(210,178,190); }

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

background-color css

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

 a { background-color: rgb(210,178,190); }

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

border-color css

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

 span { border-color: rgb(210,178,190); }

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