#DCB3B9

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

Shades of Blossom #DCB3B9

Tints of Blossom #DCB3B9

Color information

#DCB3B9 (or 0xDCB3B9) is unknown color: approx Blossom. HEX triplet: DC, B3 and B9. RGB value is (220,179,185). Sum of RGB (Red+Green+Blue) = 220+179+185=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3B9 is #234C46. Grayscale: #BFBFBF. Windows color (decimal): -2313287 or 12170204. OLE color: 12170204.

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

Color convert

RGB220179185-
CMYK00.190.160.14
HSL351.22º36.94%78.24%-
HSV(B)351.22º18.64%86.27%-
XYZ54.3950.9652.87-
YUV191.94124.08148.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 179 (70.31% from 255) = 30.65%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=37.67%
G=30.65%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017918500.190.160.14351.2236.9478.24
HexDCB3B901310E15f254e
Octal334263271023201653745116
Binary1101110010110011101110010100111000011101010111111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3B9; }

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

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

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

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

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

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

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

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