#DCB5BC

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

Shades of Blossom #DCB5BC

Tints of Blossom #DCB5BC

Color information

#DCB5BC (or 0xDCB5BC) is unknown color: approx Blossom. HEX triplet: DC, B5 and BC. RGB value is (220,181,188). Sum of RGB (Red+Green+Blue) = 220+181+188=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5BC is #234A43. Grayscale: #C1C1C1. Windows color (decimal): -2312772 or 12367324. OLE color: 12367324.

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

Color convert

RGB220181188-
CMYK00.180.150.14
HSL349.23º35.78%78.63%-
HSV(B)349.23º17.73%86.27%-
XYZ55.1251.8954.69-
YUV193.46124.92146.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=37.35%
G=30.73%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018118800.180.150.14349.2335.7878.63
HexDCB5BC012FE15d244f
Octal334265274022171653544117
Binary110111001011010110111100010010111111101010111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5BC; }

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

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

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

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

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

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

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

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