#DABDBF

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

Shades of Pink Flare #DABDBF

Tints of Pink Flare #DABDBF

Color information

#DABDBF (or 0xDABDBF) is unknown color: approx Pink Flare. HEX triplet: DA, BD and BF. RGB value is (218,189,191). Sum of RGB (Red+Green+Blue) = 218+189+191=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBF is #254240. Grayscale: #C5C5C5. Windows color (decimal): -2441793 or 12565978. OLE color: 12565978.

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

Color convert

RGB218189191-
CMYK00.130.120.15
HSL355.86º28.16%79.8%-
HSV(B)355.86º13.3%85.49%-
XYZ56.5255.0656.94-
YUV197.9124.11142.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 191 (75% from 255) = 31.94%
R=36.45%
G=31.61%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818919100.130.120.15355.8628.1679.8
HexDABDBF0DCF1641c50
Octal332275277015141754434120
Binary1101101010111101101111110110111001111101100100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDBF; }

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

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

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

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

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

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

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

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