Html Css Color HEX #D6A8BC Melanie

📋 copy color: '#D6A8BC'

red 214 ◦ green 168 ◦ blue 188

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

Shades of Melanie #D6A8BC

Tints of Melanie #D6A8BC

RGB

 RED value IS 214 (83.98% from 255) = 37.54%

 GREEN value IS 168 (66.02% from 255) = 29.47%

 BLUE value IS 188 (73.83% from 255) = 32.98%

R = 37.54%
G = 29.47%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6A8BC (or 0xD6A8BC) is known color: Melanie. HEX triplet: D6, A8 and BC. RGB value is (214,168,188). Sum of RGB (Red+Green+Blue) = 214+168+188=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8BC is #295743. Grayscale: #B8B8B8. Windows color (decimal): -2709316 or 12363990. OLE color: 12363990.

HSL color Cylindrical-coordinate representation of color #D6A8BC: hue angle of 333.91º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A8BC is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 188 -
CMYK 0 0.21 0.12 0.16
HSL 333.91º 0.36% 0.75% -
HSV(B) 333.91º 0.21% 0.84% -
XYZ 50.81 45.93 53.76 -
YUV 184.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 214 168 188 0 0.21 0.12 0.16 333.91 0.36 0.75
Hex D6 A8 BC 0 15 C 10 14E 24 4B
Octal 326 250 274 0 25 14 20 516 44 113
Binary 11010110 10101000 10111100 0 10101 1100 10000 101001110 100100 1001011

Color Harmonies of #D6A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A8BC

Black with #D6A8BC

Text Example


Text Example

White with #D6A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A8BC; }

 p { color: rgb(214,168,188); }

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

background-color css

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

 a { background-color: rgb(214,168,188); }

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

border-color css

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

 span { border-color: rgb(214,168,188); }

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