Html Css Color HEX #D9ACBC Melanie

📋 copy color: '#D9ACBC'

red 217 ◦ green 172 ◦ blue 188

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

Shades of Melanie #D9ACBC

Tints of Melanie #D9ACBC

RGB

 RED value IS 217 (85.16% from 255) = 37.61%

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

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

R = 37.61%
G = 29.81%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9ACBC (or 0xD9ACBC) is known color: Melanie. HEX triplet: D9, AC and BC. RGB value is (217,172,188). Sum of RGB (Red+Green+Blue) = 217+172+188=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACBC is #265343. Grayscale: #BBBBBB. Windows color (decimal): -2511684 or 12365017. OLE color: 12365017.

HSL color Cylindrical-coordinate representation of color #D9ACBC: hue angle of 338.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACBC is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 188 -
CMYK 0 0.21 0.13 0.15
HSL 338.67º 0.37% 0.76% -
HSV(B) 338.67º 0.21% 0.85% -
XYZ 52.44 47.89 54.06 -
YUV 187.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 217 172 188 0 0.21 0.13 0.15 338.67 0.37 0.76
Hex D9 AC BC 0 15 D F 153 25 4C
Octal 331 254 274 0 25 15 17 523 45 114
Binary 11011001 10101100 10111100 0 10101 1101 1111 101010011 100101 1001100

Color Harmonies of #D9ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACBC

Black with #D9ACBC

Text Example


Text Example

White with #D9ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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