#D7AEB2

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

Shades of Pink Flare #D7AEB2

Tints of Pink Flare #D7AEB2

Color information

#D7AEB2 (or 0xD7AEB2) is unknown color: approx Pink Flare. HEX triplet: D7, AE and B2. RGB value is (215,174,178). Sum of RGB (Red+Green+Blue) = 215+174+178=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AEB2 is #28514D. Grayscale: #BABABA. Windows color (decimal): -2642254 or 11710167. OLE color: 11710167.

HSL color Cylindrical-coordinate representation of color #D7AEB2: hue angle of 354.15º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AEB2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB215174178-
CMYK00.190.170.16
HSL354.15º33.88%76.27%-
HSV(B)354.15º19.07%84.31%-
XYZ51.247.9348.67-
YUV186.72123.08148.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=37.92%
G=30.69%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517417800.190.170.16354.1533.8876.27
HexD7AEB20131110162224c
Octal327256262023212054242114
Binary11010111101011101011001001001110001100001011000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEB2; }

 p { color: rgb(215,174,178); }

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

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

 a { background-color: rgb(215,174,178); }

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

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

 span { border-color: rgb(215,174,178); }

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