#DABABE

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

Shades of Pink Flare #DABABE

Tints of Pink Flare #DABABE

Color information

#DABABE (or 0xDABABE) is unknown color: approx Pink Flare. HEX triplet: DA, BA and BE. RGB value is (218,186,190). Sum of RGB (Red+Green+Blue) = 218+186+190=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DABABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABABE is #254541. Grayscale: #C4C4C4. Windows color (decimal): -2442562 or 12499674. OLE color: 12499674.

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

Color convert

RGB218186190-
CMYK00.150.130.15
HSL352.5º30.19%79.22%-
HSV(B)352.5º14.68%85.49%-
XYZ55.7753.7456.15-
YUV196.02124.6143.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=36.70%
G=31.31%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818619000.150.130.15352.530.1979.22
HexDABABE0FDF1601e4f
Octal332272276017151754036117
Binary1101101010111010101111100111111011111101100000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABABE; }

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

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

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

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

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

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

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

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