#DCB8BB

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

Shades of Pink Flare #DCB8BB

Tints of Pink Flare #DCB8BB

Color information

#DCB8BB (or 0xDCB8BB) is unknown color: approx Pink Flare. HEX triplet: DC, B8 and BB. RGB value is (220,184,187). Sum of RGB (Red+Green+Blue) = 220+184+187=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8BB is #234744. Grayscale: #C3C3C3. Windows color (decimal): -2312005 or 12302556. OLE color: 12302556.

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

Color convert

RGB220184187-
CMYK00.160.150.14
HSL355º33.96%79.22%-
HSV(B)355º16.36%86.27%-
XYZ55.6353.0854.33-
YUV195.11123.43145.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=37.23%
G=31.13%
B=31.64%

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
Decimal22018418700.160.150.1435533.9679.22
HexDCB8BB010FE163224f
Octal334270273020171654342117
Binary110111001011100010111011010000111111101011000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8BB; }

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

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

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

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

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

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

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

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