Html Css Color HEX #D0B2BE Melanie

📋 copy color: '#D0B2BE'

red 208 ◦ green 178 ◦ blue 190

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

Shades of Melanie #D0B2BE

Tints of Melanie #D0B2BE

RGB

 RED value IS 208 (81.64% from 255) = 36.11%

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

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

R = 36.11%
G = 30.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0B2BE (or 0xD0B2BE) is known color: Melanie. HEX triplet: D0, B2 and BE. RGB value is (208,178,190). Sum of RGB (Red+Green+Blue) = 208+178+190=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2BE is #2F4D41. Grayscale: #BCBCBC. Windows color (decimal): -3099970 or 12497616. OLE color: 12497616.

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

Color convert

RGB 208 178 190 -
CMYK 0 0.14 0.09 0.18
HSL 336º 0.24% 0.76% -
HSV(B) 336º 0.14% 0.82% -
XYZ 51.23 48.97 55.47 -
YUV 188.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 208 178 190 0 0.14 0.09 0.18 336 0.24 0.76
Hex D0 B2 BE 0 E 9 12 150 18 4C
Octal 320 262 276 0 16 11 22 520 30 114
Binary 11010000 10110010 10111110 0 1110 1001 10010 101010000 11000 1001100

Color Harmonies of #D0B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B2BE

Black with #D0B2BE

Text Example


Text Example

White with #D0B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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