Html Css Color HEX #D8B0C2 Melanie

📋 copy color: '#D8B0C2'

red 216 ◦ green 176 ◦ blue 194

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

Shades of Melanie #D8B0C2

Tints of Melanie #D8B0C2

RGB

 RED value IS 216 (84.77% from 255) = 36.86%

 GREEN value IS 176 (69.14% from 255) = 30.03%

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 36.86%
G = 30.03%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D8B0C2 (or 0xD8B0C2) is known color: Melanie. HEX triplet: D8, B0 and C2. RGB value is (216,176,194). Sum of RGB (Red+Green+Blue) = 216+176+194=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0C2 is #274F3D. Grayscale: #BDBDBD. Windows color (decimal): -2576190 or 12759256. OLE color: 12759256.

HSL color Cylindrical-coordinate representation of color #D8B0C2: hue angle of 333º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0C2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 194 -
CMYK 0 0.19 0.10 0.15
HSL 333º 0.34% 0.77% -
HSV(B) 333º 0.19% 0.85% -
XYZ 53.58 49.54 57.78 -
YUV 190.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 216 176 194 0 0.19 0.10 0.15 333 0.34 0.77
Hex D8 B0 C2 0 13 A F 14D 22 4D
Octal 330 260 302 0 23 12 17 515 42 115
Binary 11011000 10110000 11000010 0 10011 1010 1111 101001101 100010 1001101

Color Harmonies of #D8B0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B0C2

Black with #D8B0C2

Text Example


Text Example

White with #D8B0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B0C2; }

 p { color: rgb(216,176,194); }

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

background-color css

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

 a { background-color: rgb(216,176,194); }

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

border-color css

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

 span { border-color: rgb(216,176,194); }

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