#DCBBBF

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

Shades of Pink Flare #DCBBBF

Tints of Pink Flare #DCBBBF

Color information

#DCBBBF (or 0xDCBBBF) is unknown color: approx Pink Flare. HEX triplet: DC, BB and BF. RGB value is (220,187,191). Sum of RGB (Red+Green+Blue) = 220+187+191=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBBF is #234440. Grayscale: #C5C5C5. Windows color (decimal): -2311233 or 12565468. OLE color: 12565468.

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

Color convert

RGB220187191-
CMYK00.150.130.14
HSL352.73º32.04%79.8%-
HSV(B)352.73º15%86.27%-
XYZ56.6954.5256.83-
YUV197.32124.43144.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 191 (75% from 255) = 31.94%
R=36.79%
G=31.27%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018719100.150.130.14352.7332.0479.8
HexDCBBBF0FDE1612050
Octal334273277017151654140120
Binary11011100101110111011111101111110111101011000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBBF; }

 p { color: rgb(220,187,191); }

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

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

 a { background-color: rgb(220,187,191); }

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

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

 span { border-color: rgb(220,187,191); }

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