Html Css Color HEX #D0B8C0 Melanie

📋 copy color: '#D0B8C0'

red 208 ◦ green 184 ◦ blue 192

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

Shades of Melanie #D0B8C0

Tints of Melanie #D0B8C0

RGB

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

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

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

R = 35.62%
G = 31.51%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0B8C0 (or 0xD0B8C0) is known color: Melanie. HEX triplet: D0, B8 and C0. RGB value is (208,184,192). Sum of RGB (Red+Green+Blue) = 208+184+192=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8C0 is #2F473F. Grayscale: #C0C0C0. Windows color (decimal): -3098432 or 12630224. OLE color: 12630224.

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

Color convert

RGB 208 184 192 -
CMYK 0 0.12 0.08 0.18
HSL 340º 0.2% 0.77% -
HSV(B) 340º 0.12% 0.82% -
XYZ 52.67 51.5 57.03 -
YUV 192.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 208 184 192 0 0.12 0.08 0.18 340 0.2 0.77
Hex D0 B8 C0 0 C 8 12 154 14 4D
Octal 320 270 300 0 14 10 22 524 24 115
Binary 11010000 10111000 11000000 0 1100 1000 10010 101010100 10100 1001101

Color Harmonies of #D0B8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B8C0

Black with #D0B8C0

Text Example


Text Example

White with #D0B8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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