#DCBCBE

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

Shades of Pink Flare #DCBCBE

Tints of Pink Flare #DCBCBE

Color information

#DCBCBE (or 0xDCBCBE) is unknown color: approx Pink Flare. HEX triplet: DC, BC and BE. RGB value is (220,188,190). Sum of RGB (Red+Green+Blue) = 220+188+190=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCBE is #234341. Grayscale: #C5C5C5. Windows color (decimal): -2310978 or 12500188. OLE color: 12500188.

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

Color convert

RGB220188190-
CMYK00.150.140.14
HSL356.25º31.37%80%-
HSV(B)356.25º14.55%86.27%-
XYZ56.7954.956.32-
YUV197.8123.6143.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=36.79%
G=31.44%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018819000.150.140.14356.2531.3780
HexDCBCBE0FEE1641f50
Octal334274276017161654437120
Binary1101110010111100101111100111111101110101100100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCBE; }

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

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

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

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

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

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

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

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