#DAB9BD

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

Shades of Pink Flare #DAB9BD

Tints of Pink Flare #DAB9BD

Color information

#DAB9BD (or 0xDAB9BD) is unknown color: approx Pink Flare. HEX triplet: DA, B9 and BD. RGB value is (218,185,189). Sum of RGB (Red+Green+Blue) = 218+185+189=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9BD is #254642. Grayscale: #C3C3C3. Windows color (decimal): -2442819 or 12433882. OLE color: 12433882.

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

Color convert

RGB218185189-
CMYK00.150.130.15
HSL352.73º30.84%79.02%-
HSV(B)352.73º15.14%85.49%-
XYZ55.4553.2855.51-
YUV195.32124.43144.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 185 (72.66% from 255) = 31.25%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=36.82%
G=31.25%
B=31.93%

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
Decimal21818518900.150.130.15352.7330.8479.02
HexDAB9BD0FDF1611f4f
Octal332271275017151754137117
Binary1101101010111001101111010111111011111101100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9BD; }

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

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

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

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

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

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

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

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