#D8BBBE

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

Shades of Pink Flare #D8BBBE

Tints of Pink Flare #D8BBBE

Color information

#D8BBBE (or 0xD8BBBE) is unknown color: approx Pink Flare. HEX triplet: D8, BB and BE. RGB value is (216,187,190). Sum of RGB (Red+Green+Blue) = 216+187+190=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBBE is #274441. Grayscale: #C4C4C4. Windows color (decimal): -2573378 or 12499928. OLE color: 12499928.

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

Color convert

RGB216187190-
CMYK00.130.120.15
HSL353.79º27.1%79.02%-
HSV(B)353.79º13.43%84.71%-
XYZ55.3853.8656.19-
YUV196.01124.61142.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=36.42%
G=31.53%
B=32.04%

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
Decimal21618719000.130.120.15353.7927.179.02
HexD8BBBE0DCF1621b4f
Octal330273276015141754233117
Binary1101100010111011101111100110111001111101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBBE; }

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

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

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

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

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

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

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

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