#DDBABD

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

Shades of Pink Flare #DDBABD

Tints of Pink Flare #DDBABD

Color information

#DDBABD (or 0xDDBABD) is unknown color: approx Pink Flare. HEX triplet: DD, BA and BD. RGB value is (221,186,189). Sum of RGB (Red+Green+Blue) = 221+186+189=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBABD is #224542. Grayscale: #C4C4C4. Windows color (decimal): -2245955 or 12434141. OLE color: 12434141.

HSL color Cylindrical-coordinate representation of color #DDBABD: hue angle of 354.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBABD is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221186189-
CMYK00.160.140.13
HSL354.86º33.98%79.8%-
HSV(B)354.86º15.84%86.67%-
XYZ56.5654.1655.62-
YUV196.81123.6145.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=37.08%
G=31.21%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118618900.160.140.13354.8633.9879.8
HexDDBABD010ED1632250
Octal335272275020161554342120
Binary110111011011101010111101010000111011011011000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBABD; }

 p { color: rgb(221,186,189); }

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

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

 a { background-color: rgb(221,186,189); }

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

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

 span { border-color: rgb(221,186,189); }

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