Html Css Color HEX #D0BAC1 Melanie

📋 copy color: '#D0BAC1'

red 208 ◦ green 186 ◦ blue 193

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

Shades of Melanie #D0BAC1

Tints of Melanie #D0BAC1

RGB

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

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

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

R = 35.43%
G = 31.69%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D0BAC1 (or 0xD0BAC1) is known color: Melanie. HEX triplet: D0, BA and C1. RGB value is (208,186,193). Sum of RGB (Red+Green+Blue) = 208+186+193=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAC1 is #2F453E. Grayscale: #C1C1C1. Windows color (decimal): -3097919 or 12696272. OLE color: 12696272.

HSL color Cylindrical-coordinate representation of color #D0BAC1: hue angle of 340.91º 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 #D0BAC1 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 193 -
CMYK 0 0.11 0.07 0.18
HSL 340.91º 0.19% 0.77% -
HSV(B) 340.91º 0.11% 0.82% -
XYZ 53.2 52.38 57.76 -
YUV 193.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 208 186 193 0 0.11 0.07 0.18 340.91 0.19 0.77
Hex D0 BA C1 0 B 7 12 155 13 4D
Octal 320 272 301 0 13 7 22 525 23 115
Binary 11010000 10111010 11000001 0 1011 111 10010 101010101 10011 1001101

Color Harmonies of #D0BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAC1

Black with #D0BAC1

Text Example


Text Example

White with #D0BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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