Html Css Color HEX #D0B8BE Melanie

📋 copy color: '#D0B8BE'

red 208 ◦ green 184 ◦ blue 190

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

Shades of Melanie #D0B8BE

Tints of Melanie #D0B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.62%

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

R = 35.74%
G = 31.62%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0B8BE (or 0xD0B8BE) is known color: Melanie. HEX triplet: D0, B8 and BE. RGB value is (208,184,190). Sum of RGB (Red+Green+Blue) = 208+184+190=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8BE is #2F4741. Grayscale: #BFBFBF. Windows color (decimal): -3098434 or 12499152. OLE color: 12499152.

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

Color convert

RGB 208 184 190 -
CMYK 0 0.12 0.09 0.18
HSL 345º 0.2% 0.77% -
HSV(B) 345º 0.12% 0.82% -
XYZ 52.45 51.41 55.87 -
YUV 191.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 208 184 190 0 0.12 0.09 0.18 345 0.2 0.77
Hex D0 B8 BE 0 C 9 12 159 14 4D
Octal 320 270 276 0 14 11 22 531 24 115
Binary 11010000 10111000 10111110 0 1100 1001 10010 101011001 10100 1001101

Color Harmonies of #D0B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B8BE

Black with #D0B8BE

Text Example


Text Example

White with #D0B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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