Html Css Color HEX #D5AFBA Melanie

📋 copy color: '#D5AFBA'

red 213 ◦ green 175 ◦ blue 186

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

Shades of Melanie #D5AFBA

Tints of Melanie #D5AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.49%

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 37.11%
G = 30.49%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5AFBA (or 0xD5AFBA) is known color: Melanie. HEX triplet: D5, AF and BA. RGB value is (213,175,186). Sum of RGB (Red+Green+Blue) = 213+175+186=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFBA is #2A5045. Grayscale: #BBBBBB. Windows color (decimal): -2773062 or 12234709. OLE color: 12234709.

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

Color convert

RGB 213 175 186 -
CMYK 0 0.18 0.13 0.16
HSL 342.63º 0.31% 0.76% -
HSV(B) 342.63º 0.18% 0.84% -
XYZ 51.63 48.35 53.07 -
YUV 187.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 213 175 186 0 0.18 0.13 0.16 342.63 0.31 0.76
Hex D5 AF BA 0 12 D 10 157 1F 4C
Octal 325 257 272 0 22 15 20 527 37 114
Binary 11010101 10101111 10111010 0 10010 1101 10000 101010111 11111 1001100

Color Harmonies of #D5AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFBA

Black with #D5AFBA

Text Example


Text Example

White with #D5AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFBA; }

 p { color: rgb(213,175,186); }

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

background-color css

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

 a { background-color: rgb(213,175,186); }

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

border-color css

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

 span { border-color: rgb(213,175,186); }

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