#D7B8BC

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

Shades of Pink Flare #D7B8BC

Tints of Pink Flare #D7B8BC

Color information

#D7B8BC (or 0xD7B8BC) is unknown color: approx Pink Flare. HEX triplet: D7, B8 and BC. RGB value is (215,184,188). Sum of RGB (Red+Green+Blue) = 215+184+188=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B8BC is #284743. Grayscale: #C1C1C1. Windows color (decimal): -2639684 or 12368087. OLE color: 12368087.

HSL color Cylindrical-coordinate representation of color #D7B8BC: hue angle of 352.26º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B8BC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215184188-
CMYK00.140.130.16
HSL352.26º27.93%78.24%-
HSV(B)352.26º14.42%84.31%-
XYZ54.2452.3654.82-
YUV193.73124.77143.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=36.63%
G=31.35%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518418800.140.130.16352.2627.9378.24
HexD7B8BC0ED101601c4e
Octal327270274016152054034116
Binary11010111101110001011110001110110110000101100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B8BC; }

 p { color: rgb(215,184,188); }

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

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

 a { background-color: rgb(215,184,188); }

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

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

 span { border-color: rgb(215,184,188); }

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