#D5B8BB

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

Shades of Pink Flare #D5B8BB

Tints of Pink Flare #D5B8BB

Color information

#D5B8BB (or 0xD5B8BB) is unknown color: approx Pink Flare. HEX triplet: D5, B8 and BB. RGB value is (213,184,187). Sum of RGB (Red+Green+Blue) = 213+184+187=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B8BB is #2A4744. Grayscale: #C1C1C1. Windows color (decimal): -2770757 or 12302549. OLE color: 12302549.

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

Color convert

RGB213184187-
CMYK00.140.120.16
HSL353.79º25.66%77.84%-
HSV(B)353.79º13.62%83.53%-
XYZ53.5552.0154.23-
YUV193.01124.61142.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 184 (72.27% from 255) = 31.51%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=36.47%
G=31.51%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318418700.140.120.16353.7925.6677.84
HexD5B8BB0EC101621a4e
Octal325270273016142054232116
Binary11010101101110001011101101110110010000101100010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B8BB; }

 p { color: rgb(213,184,187); }

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

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

 a { background-color: rgb(213,184,187); }

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

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

 span { border-color: rgb(213,184,187); }

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