#D7BBBE

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

Shades of Pink Flare #D7BBBE

Tints of Pink Flare #D7BBBE

Color information

#D7BBBE (or 0xD7BBBE) is unknown color: approx Pink Flare. HEX triplet: D7, BB and BE. RGB value is (215,187,190). Sum of RGB (Red+Green+Blue) = 215+187+190=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBBE is #284441. Grayscale: #C3C3C3. Windows color (decimal): -2638914 or 12499927. OLE color: 12499927.

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

Color convert

RGB215187190-
CMYK00.130.120.16
HSL353.57º25.93%78.82%-
HSV(B)353.57º13.02%84.31%-
XYZ55.0953.7156.18-
YUV195.71124.78141.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=36.32%
G=31.59%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518719000.130.120.16353.5725.9378.82
HexD7BBBE0DC101621a4f
Octal327273276015142054232117
Binary11010111101110111011111001101110010000101100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBBE; }

 p { color: rgb(215,187,190); }

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

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

 a { background-color: rgb(215,187,190); }

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

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

 span { border-color: rgb(215,187,190); }

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