#DCB4BA

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

Shades of Blossom #DCB4BA

Tints of Blossom #DCB4BA

Color information

#DCB4BA (or 0xDCB4BA) is unknown color: approx Blossom. HEX triplet: DC, B4 and BA. RGB value is (220,180,186). Sum of RGB (Red+Green+Blue) = 220+180+186=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BA is #234B45. Grayscale: #C0C0C0. Windows color (decimal): -2313030 or 12235996. OLE color: 12235996.

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

Color convert

RGB220180186-
CMYK00.180.150.14
HSL351º36.36%78.43%-
HSV(B)351º18.18%86.27%-
XYZ54.751.453.49-
YUV192.64124.25147.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=37.54%
G=30.72%
B=31.74%

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
Decimal22018018600.180.150.1435136.3678.43
HexDCB4BA012FE15f244e
Octal334264272022171653744116
Binary110111001011010010111010010010111111101010111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4BA; }

 p { color: rgb(220,180,186); }

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

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

 a { background-color: rgb(220,180,186); }

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

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

 span { border-color: rgb(220,180,186); }

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