#D7AEB3

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

Shades of Pink Flare #D7AEB3

Tints of Pink Flare #D7AEB3

Color information

#D7AEB3 (or 0xD7AEB3) is unknown color: approx Pink Flare. HEX triplet: D7, AE and B3. RGB value is (215,174,179). Sum of RGB (Red+Green+Blue) = 215+174+179=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEB3 is #28514C. Grayscale: #BABABA. Windows color (decimal): -2642253 or 11775703. OLE color: 11775703.

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

Color convert

RGB215174179-
CMYK00.190.170.16
HSL352.68º33.88%76.27%-
HSV(B)352.68º19.07%84.31%-
XYZ51.347.9749.2-
YUV186.83123.58148.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=37.85%
G=30.63%
B=31.51%

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
Decimal21517417900.190.170.16352.6833.8876.27
HexD7AEB30131110161224c
Octal327256263023212054142114
Binary11010111101011101011001101001110001100001011000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEB3; }

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

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

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

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

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

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

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

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