#D8BBBF

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

Shades of Pink Flare #D8BBBF

Tints of Pink Flare #D8BBBF

Color information

#D8BBBF (or 0xD8BBBF) is unknown color: approx Pink Flare. HEX triplet: D8, BB and BF. RGB value is (216,187,191). Sum of RGB (Red+Green+Blue) = 216+187+191=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBBF is #274440. Grayscale: #C4C4C4. Windows color (decimal): -2573377 or 12565464. OLE color: 12565464.

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

Color convert

RGB216187191-
CMYK00.130.120.15
HSL351.72º27.1%79.02%-
HSV(B)351.72º13.43%84.71%-
XYZ55.4953.956.77-
YUV196.13125.11142.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.36%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 191 (75% from 255) = 32.15%
R=36.36%
G=31.48%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618719100.130.120.15351.7227.179.02
HexD8BBBF0DCF1601b4f
Octal330273277015141754033117
Binary1101100010111011101111110110111001111101100000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBBF; }

 p { color: rgb(216,187,191); }

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

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

 a { background-color: rgb(216,187,191); }

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

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

 span { border-color: rgb(216,187,191); }

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