Html Css Color HEX #D5AEBD Melanie

📋 copy color: '#D5AEBD'

red 213 ◦ green 174 ◦ blue 189

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

Shades of Melanie #D5AEBD

Tints of Melanie #D5AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.81%

R = 36.98%
G = 30.21%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5AEBD (or 0xD5AEBD) is known color: Melanie. HEX triplet: D5, AE and BD. RGB value is (213,174,189). Sum of RGB (Red+Green+Blue) = 213+174+189=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEBD is #2A5142. Grayscale: #BBBBBB. Windows color (decimal): -2773315 or 12431061. OLE color: 12431061.

HSL color Cylindrical-coordinate representation of color #D5AEBD: hue angle of 336.92º 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 #D5AEBD is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 174 189 -
CMYK 0 0.18 0.11 0.16
HSL 336.92º 0.32% 0.76% -
HSV(B) 336.92º 0.18% 0.84% -
XYZ 51.76 48.09 54.7 -
YUV 187.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 213 174 189 0 0.18 0.11 0.16 336.92 0.32 0.76
Hex D5 AE BD 0 12 B 10 151 20 4C
Octal 325 256 275 0 22 13 20 521 40 114
Binary 11010101 10101110 10111101 0 10010 1011 10000 101010001 100000 1001100

Color Harmonies of #D5AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEBD

Black with #D5AEBD

Text Example


Text Example

White with #D5AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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