#DABCBE

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

Shades of Pink Flare #DABCBE

Tints of Pink Flare #DABCBE

Color information

#DABCBE (or 0xDABCBE) is unknown color: approx Pink Flare. HEX triplet: DA, BC and BE. RGB value is (218,188,190). Sum of RGB (Red+Green+Blue) = 218+188+190=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCBE is #254341. Grayscale: #C5C5C5. Windows color (decimal): -2442050 or 12500186. OLE color: 12500186.

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

Color convert

RGB218188190-
CMYK00.140.130.15
HSL356º28.85%79.61%-
HSV(B)356º13.76%85.49%-
XYZ56.1954.5956.29-
YUV197.2123.94142.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=36.58%
G=31.54%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818819000.140.130.1535628.8579.61
HexDABCBE0EDF1641d50
Octal332274276016151754435120
Binary1101101010111100101111100111011011111101100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCBE; }

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

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

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

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

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

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

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

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