Html Css Color HEX #D6ACBC Melanie

📋 copy color: '#D6ACBC'

red 214 ◦ green 172 ◦ blue 188

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

Shades of Melanie #D6ACBC

Tints of Melanie #D6ACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.97%

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

R = 37.28%
G = 29.97%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6ACBC (or 0xD6ACBC) is known color: Melanie. HEX triplet: D6, AC and BC. RGB value is (214,172,188). Sum of RGB (Red+Green+Blue) = 214+172+188=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBC is #295343. Grayscale: #BABABA. Windows color (decimal): -2708292 or 12365014. OLE color: 12365014.

HSL color Cylindrical-coordinate representation of color #D6ACBC: hue angle of 337.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACBC is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 172 188 -
CMYK 0 0.20 0.12 0.16
HSL 337.14º 0.34% 0.76% -
HSV(B) 337.14º 0.2% 0.84% -
XYZ 51.56 47.43 54.01 -
YUV 186.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 214 172 188 0 0.20 0.12 0.16 337.14 0.34 0.76
Hex D6 AC BC 0 14 C 10 151 22 4C
Octal 326 254 274 0 24 14 20 521 42 114
Binary 11010110 10101100 10111100 0 10100 1100 10000 101010001 100010 1001100

Color Harmonies of #D6ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACBC

Black with #D6ACBC

Text Example


Text Example

White with #D6ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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