Html Css Color HEX #D5ACBC Melanie

📋 copy color: '#D5ACBC'

red 213 ◦ green 172 ◦ blue 188

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

Shades of Melanie #D5ACBC

Tints of Melanie #D5ACBC

RGB

 RED value IS 213 (83.59% from 255) = 37.17%

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

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

R = 37.17%
G = 30.02%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5ACBC (or 0xD5ACBC) is known color: Melanie. HEX triplet: D5, AC and BC. RGB value is (213,172,188). Sum of RGB (Red+Green+Blue) = 213+172+188=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACBC is #2A5343. Grayscale: #BABABA. Windows color (decimal): -2773828 or 12365013. OLE color: 12365013.

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

Color convert

RGB 213 172 188 -
CMYK 0 0.19 0.12 0.16
HSL 336.59º 0.33% 0.75% -
HSV(B) 336.59º 0.19% 0.84% -
XYZ 51.27 47.28 54 -
YUV 186.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 213 172 188 0 0.19 0.12 0.16 336.59 0.33 0.75
Hex D5 AC BC 0 13 C 10 151 21 4B
Octal 325 254 274 0 23 14 20 521 41 113
Binary 11010101 10101100 10111100 0 10011 1100 10000 101010001 100001 1001011

Color Harmonies of #D5ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACBC

Black with #D5ACBC

Text Example


Text Example

White with #D5ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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