Html Css Color HEX #D0BAC0 Melanie

📋 copy color: '#D0BAC0'

red 208 ◦ green 186 ◦ blue 192

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

Shades of Melanie #D0BAC0

Tints of Melanie #D0BAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.76%

R = 35.49%
G = 31.74%
B = 32.76%

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

#D0BAC0 (or 0xD0BAC0) is known color: Melanie. HEX triplet: D0, BA and C0. RGB value is (208,186,192). Sum of RGB (Red+Green+Blue) = 208+186+192=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAC0 is #2F453F. Grayscale: #C1C1C1. Windows color (decimal): -3097920 or 12630736. OLE color: 12630736.

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

Color convert

RGB 208 186 192 -
CMYK 0 0.11 0.08 0.18
HSL 343.64º 0.19% 0.77% -
HSV(B) 343.64º 0.11% 0.82% -
XYZ 53.09 52.33 57.17 -
YUV 193.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 208 186 192 0 0.11 0.08 0.18 343.64 0.19 0.77
Hex D0 BA C0 0 B 8 12 158 13 4D
Octal 320 272 300 0 13 10 22 530 23 115
Binary 11010000 10111010 11000000 0 1011 1000 10010 101011000 10011 1001101

Color Harmonies of #D0BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAC0

Black with #D0BAC0

Text Example


Text Example

White with #D0BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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