#D8BBBD

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

Shades of Pink Flare #D8BBBD

Tints of Pink Flare #D8BBBD

Color information

#D8BBBD (or 0xD8BBBD) is unknown color: approx Pink Flare. HEX triplet: D8, BB and BD. RGB value is (216,187,189). Sum of RGB (Red+Green+Blue) = 216+187+189=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBBD is #274442. Grayscale: #C3C3C3. Windows color (decimal): -2573379 or 12434392. OLE color: 12434392.

HSL color Cylindrical-coordinate representation of color #D8BBBD: hue angle of 355.86º 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 #D8BBBD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216187189-
CMYK00.130.120.15
HSL355.86º27.1%79.02%-
HSV(B)355.86º13.43%84.71%-
XYZ55.2753.8155.62-
YUV195.9124.11142.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.49%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=36.49%
G=31.59%
B=31.93%

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
Decimal21618718900.130.120.15355.8627.179.02
HexD8BBBD0DCF1641b4f
Octal330273275015141754433117
Binary1101100010111011101111010110111001111101100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBBD; }

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

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

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

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

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

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

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

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