#DCB8B9

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

Shades of Pink Flare #DCB8B9

Tints of Pink Flare #DCB8B9

Color information

#DCB8B9 (or 0xDCB8B9) is unknown color: approx Pink Flare. HEX triplet: DC, B8 and B9. RGB value is (220,184,185). Sum of RGB (Red+Green+Blue) = 220+184+185=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8B9 is #234746. Grayscale: #C2C2C2. Windows color (decimal): -2312007 or 12171484. OLE color: 12171484.

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

Color convert

RGB220184185-
CMYK00.160.160.14
HSL358.33º33.96%79.22%-
HSV(B)358.33º16.36%86.27%-
XYZ55.415353.21-
YUV194.88122.43145.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 184 (72.27% from 255) = 31.24%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=37.35%
G=31.24%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018418500.160.160.14358.3333.9679.22
HexDCB8B901010E166224f
Octal334270271020201654642117
Binary1101110010111000101110010100001000011101011001101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8B9; }

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

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

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

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

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

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

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

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