Html Css Color HEX #D6A8B8 Melanie

📋 copy color: '#D6A8B8'

red 214 ◦ green 168 ◦ blue 184

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

Shades of Melanie #D6A8B8

Tints of Melanie #D6A8B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.51%

R = 37.81%
G = 29.68%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D6A8B8 (or 0xD6A8B8) is known color: Melanie. HEX triplet: D6, A8 and B8. RGB value is (214,168,184). Sum of RGB (Red+Green+Blue) = 214+168+184=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8B8 is #295747. Grayscale: #B7B7B7. Windows color (decimal): -2709320 or 12101846. OLE color: 12101846.

HSL color Cylindrical-coordinate representation of color #D6A8B8: hue angle of 339.13º 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 #D6A8B8 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 184 -
CMYK 0 0.21 0.14 0.16
HSL 339.13º 0.36% 0.75% -
HSV(B) 339.13º 0.21% 0.84% -
XYZ 50.39 45.76 51.52 -
YUV 183.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 214 168 184 0 0.21 0.14 0.16 339.13 0.36 0.75
Hex D6 A8 B8 0 15 E 10 153 24 4B
Octal 326 250 270 0 25 16 20 523 44 113
Binary 11010110 10101000 10111000 0 10101 1110 10000 101010011 100100 1001011

Color Harmonies of #D6A8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A8B8

Black with #D6A8B8

Text Example


Text Example

White with #D6A8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A8B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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