#DBB8BB

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

Shades of Pink Flare #DBB8BB

Tints of Pink Flare #DBB8BB

Color information

#DBB8BB (or 0xDBB8BB) is unknown color: approx Pink Flare. HEX triplet: DB, B8 and BB. RGB value is (219,184,187). Sum of RGB (Red+Green+Blue) = 219+184+187=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8BB is #244744. Grayscale: #C2C2C2. Windows color (decimal): -2377541 or 12302555. OLE color: 12302555.

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

Color convert

RGB219184187-
CMYK00.160.150.14
HSL354.86º32.71%79.02%-
HSV(B)354.86º15.98%85.88%-
XYZ55.3252.9354.31-
YUV194.81123.6145.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=37.12%
G=31.19%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918418700.160.150.14354.8632.7179.02
HexDBB8BB010FE163214f
Octal333270273020171654341117
Binary110110111011100010111011010000111111101011000111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8BB; }

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

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

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

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

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

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

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

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