#DCB5B9

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

Shades of Blossom #DCB5B9

Tints of Blossom #DCB5B9

Color information

#DCB5B9 (or 0xDCB5B9) is unknown color: approx Blossom. HEX triplet: DC, B5 and B9. RGB value is (220,181,185). Sum of RGB (Red+Green+Blue) = 220+181+185=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5B9 is #234A46. Grayscale: #C1C1C1. Windows color (decimal): -2312775 or 12170716. OLE color: 12170716.

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

Color convert

RGB220181185-
CMYK00.180.160.14
HSL353.85º35.78%78.63%-
HSV(B)353.85º17.73%86.27%-
XYZ54.851.7753-
YUV193.12123.42147.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 181 (71.09% from 255) = 30.89%
BLUE value IS 185 (72.66% from 255) = 31.57%
R=37.54%
G=30.89%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018118500.180.160.14353.8535.7878.63
HexDCB5B901210E162244f
Octal334265271022201654244117
Binary1101110010110101101110010100101000011101011000101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5B9; }

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

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

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

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

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

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

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

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