Html Css Color HEX #D5AEBC Melanie

📋 copy color: '#D5AEBC'

red 213 ◦ green 174 ◦ blue 188

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

Shades of Melanie #D5AEBC

Tints of Melanie #D5AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.26%

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

R = 37.04%
G = 30.26%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5AEBC (or 0xD5AEBC) is known color: Melanie. HEX triplet: D5, AE and BC. RGB value is (213,174,188). Sum of RGB (Red+Green+Blue) = 213+174+188=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEBC is #2A5143. Grayscale: #BBBBBB. Windows color (decimal): -2773316 or 12365525. OLE color: 12365525.

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

Color convert

RGB 213 174 188 -
CMYK 0 0.18 0.12 0.16
HSL 338.46º 0.32% 0.76% -
HSV(B) 338.46º 0.18% 0.84% -
XYZ 51.65 48.05 54.13 -
YUV 187.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 213 174 188 0 0.18 0.12 0.16 338.46 0.32 0.76
Hex D5 AE BC 0 12 C 10 152 20 4C
Octal 325 256 274 0 22 14 20 522 40 114
Binary 11010101 10101110 10111100 0 10010 1100 10000 101010010 100000 1001100

Color Harmonies of #D5AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEBC

Black with #D5AEBC

Text Example


Text Example

White with #D5AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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