Html Css Color HEX #D0BABF Melanie

📋 copy color: '#D0BABF'

red 208 ◦ green 186 ◦ blue 191

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

Shades of Melanie #D0BABF

Tints of Melanie #D0BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.79%

 BLUE value IS 191 (75% from 255) = 32.65%

R = 35.56%
G = 31.79%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0BABF (or 0xD0BABF) is known color: Melanie. HEX triplet: D0, BA and BF. RGB value is (208,186,191). Sum of RGB (Red+Green+Blue) = 208+186+191=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BABF is #2F4540. Grayscale: #C1C1C1. Windows color (decimal): -3097921 or 12565200. OLE color: 12565200.

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

Color convert

RGB 208 186 191 -
CMYK 0 0.11 0.08 0.18
HSL 346.36º 0.19% 0.77% -
HSV(B) 346.36º 0.11% 0.82% -
XYZ 52.98 52.29 56.59 -
YUV 193.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 208 186 191 0 0.11 0.08 0.18 346.36 0.19 0.77
Hex D0 BA BF 0 B 8 12 15A 13 4D
Octal 320 272 277 0 13 10 22 532 23 115
Binary 11010000 10111010 10111111 0 1011 1000 10010 101011010 10011 1001101

Color Harmonies of #D0BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BABF

Black with #D0BABF

Text Example


Text Example

White with #D0BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BABF; }

 p { color: rgb(208,186,191); }

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

background-color css

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

 a { background-color: rgb(208,186,191); }

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

border-color css

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

 span { border-color: rgb(208,186,191); }

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