Html Css Color HEX #D4ADBE Melanie

📋 copy color: '#D4ADBE'

red 212 ◦ green 173 ◦ blue 190

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

Shades of Melanie #D4ADBE

Tints of Melanie #D4ADBE

RGB

 RED value IS 212 (83.2% from 255) = 36.87%

 GREEN value IS 173 (67.97% from 255) = 30.09%

 BLUE value IS 190 (74.61% from 255) = 33.04%

R = 36.87%
G = 30.09%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4ADBE (or 0xD4ADBE) is known color: Melanie. HEX triplet: D4, AD and BE. RGB value is (212,173,190). Sum of RGB (Red+Green+Blue) = 212+173+190=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADBE is #2B5241. Grayscale: #BABABA. Windows color (decimal): -2839106 or 12496340. OLE color: 12496340.

HSL color Cylindrical-coordinate representation of color #D4ADBE: hue angle of 333.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADBE is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 190 -
CMYK 0 0.18 0.10 0.17
HSL 333.85º 0.31% 0.75% -
HSV(B) 333.85º 0.18% 0.83% -
XYZ 51.39 47.6 55.19 -
YUV 186.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 212 173 190 0 0.18 0.10 0.17 333.85 0.31 0.75
Hex D4 AD BE 0 12 A 11 14E 1F 4B
Octal 324 255 276 0 22 12 21 516 37 113
Binary 11010100 10101101 10111110 0 10010 1010 10001 101001110 11111 1001011

Color Harmonies of #D4ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADBE

Black with #D4ADBE

Text Example


Text Example

White with #D4ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADBE; }

 p { color: rgb(212,173,190); }

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

background-color css

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

 a { background-color: rgb(212,173,190); }

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

border-color css

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

 span { border-color: rgb(212,173,190); }

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