#DBB8BC

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

Shades of Pink Flare #DBB8BC

Tints of Pink Flare #DBB8BC

Color information

#DBB8BC (or 0xDBB8BC) is unknown color: approx Pink Flare. HEX triplet: DB, B8 and BC. RGB value is (219,184,188). Sum of RGB (Red+Green+Blue) = 219+184+188=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8BC is #244743. Grayscale: #C2C2C2. Windows color (decimal): -2377540 or 12368091. OLE color: 12368091.

HSL color Cylindrical-coordinate representation of color #DBB8BC: hue angle of 353.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8BC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219184188-
CMYK00.160.140.14
HSL353.14º32.71%79.02%-
HSV(B)353.14º15.98%85.88%-
XYZ55.4352.9754.88-
YUV194.92124.1145.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=37.06%
G=31.13%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918418800.160.140.14353.1432.7179.02
HexDBB8BC010EE161214f
Octal333270274020161654141117
Binary110110111011100010111100010000111011101011000011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8BC; }

 p { color: rgb(219,184,188); }

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

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

 a { background-color: rgb(219,184,188); }

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

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

 span { border-color: rgb(219,184,188); }

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