#DAB6B9

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

Shades of Pink Flare #DAB6B9

Tints of Pink Flare #DAB6B9

Color information

#DAB6B9 (or 0xDAB6B9) is unknown color: approx Pink Flare. HEX triplet: DA, B6 and B9. RGB value is (218,182,185). Sum of RGB (Red+Green+Blue) = 218+182+185=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6B9 is #254946. Grayscale: #C1C1C1. Windows color (decimal): -2443591 or 12170970. OLE color: 12170970.

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

Color convert

RGB218182185-
CMYK00.170.150.15
HSL355º32.73%78.43%-
HSV(B)355º16.51%85.49%-
XYZ54.451.8653.04-
YUV193.11123.43145.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=37.26%
G=31.11%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818218500.170.150.1535532.7378.43
HexDAB6B9011FF163214e
Octal332266271021171754341116
Binary110110101011011010111001010001111111111011000111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6B9; }

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

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

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

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

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

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

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

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