#DABCBF

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

Shades of Pink Flare #DABCBF

Tints of Pink Flare #DABCBF

Color information

#DABCBF (or 0xDABCBF) is unknown color: approx Pink Flare. HEX triplet: DA, BC and BF. RGB value is (218,188,191). Sum of RGB (Red+Green+Blue) = 218+188+191=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCBF is #254340. Grayscale: #C5C5C5. Windows color (decimal): -2442049 or 12565722. OLE color: 12565722.

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

Color convert

RGB218188191-
CMYK00.140.120.15
HSL354º28.85%79.61%-
HSV(B)354º13.76%85.49%-
XYZ56.354.6356.87-
YUV197.31124.44142.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 191 (75% from 255) = 31.99%
R=36.52%
G=31.49%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818819100.140.120.1535428.8579.61
HexDABCBF0ECF1621d50
Octal332274277016141754235120
Binary1101101010111100101111110111011001111101100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCBF; }

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

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

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

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

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

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

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

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