#D5AEB1

Color #D5AEB1 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #D5AEB1

Tints of Pink Flare #D5AEB1

Color information

#D5AEB1 (or 0xD5AEB1) is unknown color: approx Pink Flare. HEX triplet: D5, AE and B1. RGB value is (213,174,177). Sum of RGB (Red+Green+Blue) = 213+174+177=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AEB1 is #2A514E. Grayscale: #BABABA. Windows color (decimal): -2773327 or 11644629. OLE color: 11644629.

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

Color convert

RGB213174177-
CMYK00.180.170.16
HSL355.38º31.71%75.88%-
HSV(B)355.38º18.31%83.53%-
XYZ50.5147.5948.12-
YUV186122.92147.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=37.77%
G=30.85%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317417700.180.170.16355.3831.7175.88
HexD5AEB10121110163204c
Octal325256261022212054340114
Binary11010101101011101011000101001010001100001011000111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEB1; }

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

 H1.HeaderClassName
 {
   color: #D5AEB1;
 }
 .AnyTagClassName
 {
   color: #D5AEB1;
 }
</style>
background-color css

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

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

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

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

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

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