#DCBABB

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

Shades of Pink Flare #DCBABB

Tints of Pink Flare #DCBABB

Color information

#DCBABB (or 0xDCBABB) is unknown color: approx Pink Flare. HEX triplet: DC, BA and BB. RGB value is (220,186,187). Sum of RGB (Red+Green+Blue) = 220+186+187=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABB is #234544. Grayscale: #C4C4C4. Windows color (decimal): -2311493 or 12303068. OLE color: 12303068.

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

Color convert

RGB220186187-
CMYK00.150.150.14
HSL358.24º32.69%79.61%-
HSV(B)358.24º15.45%86.27%-
XYZ56.0453.9254.47-
YUV196.28122.76144.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=37.10%
G=31.37%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018618700.150.150.14358.2432.6979.61
HexDCBABB0FFE1662150
Octal334272273017171654641120
Binary11011100101110101011101101111111111101011001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBABB; }

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

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

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

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

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

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

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

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