#DABABD

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

Shades of Pink Flare #DABABD

Tints of Pink Flare #DABABD

Color information

#DABABD (or 0xDABABD) is unknown color: approx Pink Flare. HEX triplet: DA, BA and BD. RGB value is (218,186,189). Sum of RGB (Red+Green+Blue) = 218+186+189=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DABABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABABD is #254542. Grayscale: #C3C3C3. Windows color (decimal): -2442563 or 12434138. OLE color: 12434138.

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

Color convert

RGB218186189-
CMYK00.150.130.15
HSL354.38º30.19%79.22%-
HSV(B)354.38º14.68%85.49%-
XYZ55.6653.755.58-
YUV195.91124.1143.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=36.76%
G=31.37%
B=31.87%

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
Decimal21818618900.150.130.15354.3830.1979.22
HexDABABD0FDF1621e4f
Octal332272275017151754236117
Binary1101101010111010101111010111111011111101100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABABD; }

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

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

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

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

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

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

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

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