Html Css Color HEX #D5ABBB Melanie

📋 copy color: '#D5ABBB'

red 213 ◦ green 171 ◦ blue 187

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

Shades of Melanie #D5ABBB

Tints of Melanie #D5ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.95%

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 37.3%
G = 29.95%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5ABBB (or 0xD5ABBB) is known color: Melanie. HEX triplet: D5, AB and BB. RGB value is (213,171,187). Sum of RGB (Red+Green+Blue) = 213+171+187=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABBB is #2A5444. Grayscale: #B9B9B9. Windows color (decimal): -2774085 or 12299221. OLE color: 12299221.

HSL color Cylindrical-coordinate representation of color #D5ABBB: hue angle of 337.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABBB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 187 -
CMYK 0 0.20 0.12 0.16
HSL 337.14º 0.33% 0.75% -
HSV(B) 337.14º 0.2% 0.84% -
XYZ 50.97 46.86 53.37 -
YUV 185.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 213 171 187 0 0.20 0.12 0.16 337.14 0.33 0.75
Hex D5 AB BB 0 14 C 10 151 21 4B
Octal 325 253 273 0 24 14 20 521 41 113
Binary 11010101 10101011 10111011 0 10100 1100 10000 101010001 100001 1001011

Color Harmonies of #D5ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABBB

Black with #D5ABBB

Text Example


Text Example

White with #D5ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABBB; }

 p { color: rgb(213,171,187); }

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

background-color css

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

 a { background-color: rgb(213,171,187); }

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

border-color css

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

 span { border-color: rgb(213,171,187); }

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