#DCB2B6

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

Shades of Blossom #DCB2B6

Tints of Blossom #DCB2B6

Color information

#DCB2B6 (or 0xDCB2B6) is unknown color: approx Blossom. HEX triplet: DC, B2 and B6. RGB value is (220,178,182). Sum of RGB (Red+Green+Blue) = 220+178+182=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2B6 is #234D49. Grayscale: #BFBFBF. Windows color (decimal): -2313546 or 11973340. OLE color: 11973340.

HSL color Cylindrical-coordinate representation of color #DCB2B6: hue angle of 354.29º degrees, saturation: 0.38, 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 #DCB2B6 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220178182-
CMYK00.190.170.14
HSL354.29º37.5%78.04%-
HSV(B)354.29º19.09%86.27%-
XYZ53.8850.4351.15-
YUV191.01122.91148.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=37.93%
G=30.69%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017818200.190.170.14354.2937.578.04
HexDCB2B601311E162264e
Octal334262266023211654246116
Binary1101110010110010101101100100111000111101011000101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2B6; }

 p { color: rgb(220,178,182); }

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

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

 a { background-color: rgb(220,178,182); }

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

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

 span { border-color: rgb(220,178,182); }

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