Html Css Color HEX #D5AABB Melanie

📋 copy color: '#D5AABB'

red 213 ◦ green 170 ◦ blue 187

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

Shades of Melanie #D5AABB

Tints of Melanie #D5AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.82%

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

R = 37.37%
G = 29.82%
B = 32.81%

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

#D5AABB (or 0xD5AABB) is known color: Melanie. HEX triplet: D5, AA and BB. RGB value is (213,170,187). Sum of RGB (Red+Green+Blue) = 213+170+187=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AABB is #2A5544. Grayscale: #B8B8B8. Windows color (decimal): -2774341 or 12298965. OLE color: 12298965.

HSL color Cylindrical-coordinate representation of color #D5AABB: hue angle of 336.28º degrees, saturation: 0.34, 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 #D5AABB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 187 -
CMYK 0 0.20 0.12 0.16
HSL 336.28º 0.34% 0.75% -
HSV(B) 336.28º 0.2% 0.84% -
XYZ 50.78 46.48 53.31 -
YUV 184.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 213 170 187 0 0.20 0.12 0.16 336.28 0.34 0.75
Hex D5 AA BB 0 14 C 10 150 22 4B
Octal 325 252 273 0 24 14 20 520 42 113
Binary 11010101 10101010 10111011 0 10100 1100 10000 101010000 100010 1001011

Color Harmonies of #D5AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AABB

Black with #D5AABB

Text Example


Text Example

White with #D5AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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