#DDBABB

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

Shades of Pink Flare #DDBABB

Tints of Pink Flare #DDBABB

Color information

#DDBABB (or 0xDDBABB) is unknown color: approx Pink Flare. HEX triplet: DD, BA and BB. RGB value is (221,186,187). Sum of RGB (Red+Green+Blue) = 221+186+187=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBABB is #224544. Grayscale: #C4C4C4. Windows color (decimal): -2245957 or 12303069. OLE color: 12303069.

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

Color convert

RGB221186187-
CMYK00.160.150.13
HSL358.29º33.98%79.8%-
HSV(B)358.29º15.84%86.67%-
XYZ56.3554.0854.48-
YUV196.58122.6145.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=37.21%
G=31.31%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118618700.160.150.13358.2933.9879.8
HexDDBABB010FD1662250
Octal335272273020171554642120
Binary110111011011101010111011010000111111011011001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBABB; }

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

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

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

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

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

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

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

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