#DCBCBD

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

Shades of Pink Flare #DCBCBD

Tints of Pink Flare #DCBCBD

Color information

#DCBCBD (or 0xDCBCBD) is unknown color: approx Pink Flare. HEX triplet: DC, BC and BD. RGB value is (220,188,189). Sum of RGB (Red+Green+Blue) = 220+188+189=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCBD is #234342. Grayscale: #C5C5C5. Windows color (decimal): -2310979 or 12434652. OLE color: 12434652.

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

Color convert

RGB220188189-
CMYK00.150.140.14
HSL358.12º31.37%80%-
HSV(B)358.12º14.55%86.27%-
XYZ56.6854.8655.74-
YUV197.68123.1143.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=36.85%
G=31.49%
B=31.66%

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
Decimal22018818900.150.140.14358.1231.3780
HexDCBCBD0FEE1661f50
Octal334274275017161654637120
Binary1101110010111100101111010111111101110101100110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCBD; }

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

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

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

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

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

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

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

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