#DABDBE

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

Shades of Pink Flare #DABDBE

Tints of Pink Flare #DABDBE

Color information

#DABDBE (or 0xDABDBE) is unknown color: approx Pink Flare. HEX triplet: DA, BD and BE. RGB value is (218,189,190). Sum of RGB (Red+Green+Blue) = 218+189+190=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBE is #254241. Grayscale: #C5C5C5. Windows color (decimal): -2441794 or 12500442. OLE color: 12500442.

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

Color convert

RGB218189190-
CMYK00.130.130.15
HSL357.93º28.16%79.8%-
HSV(B)357.93º13.3%85.49%-
XYZ56.4155.0256.36-
YUV197.78123.61142.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=36.52%
G=31.66%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818919000.130.130.15357.9328.1679.8
HexDABDBE0DDF1661c50
Octal332275276015151754634120
Binary1101101010111101101111100110111011111101100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDBE; }

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

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

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

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

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

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

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

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