#DDB9BB

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

Shades of Pink Flare #DDB9BB

Tints of Pink Flare #DDB9BB

Color information

#DDB9BB (or 0xDDB9BB) is unknown color: approx Pink Flare. HEX triplet: DD, B9 and BB. RGB value is (221,185,187). Sum of RGB (Red+Green+Blue) = 221+185+187=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9BB is #224644. Grayscale: #C4C4C4. Windows color (decimal): -2246213 or 12302813. OLE color: 12302813.

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

Color convert

RGB221185187-
CMYK00.160.150.13
HSL356.67º34.62%79.61%-
HSV(B)356.67º16.29%86.67%-
XYZ56.1453.6654.41-
YUV195.99122.93145.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 185 (72.66% from 255) = 31.20%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=37.27%
G=31.20%
B=31.53%

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
Decimal22118518700.160.150.13356.6734.6279.61
HexDDB9BB010FD1652350
Octal335271273020171554543120
Binary110111011011100110111011010000111111011011001011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9BB; }

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

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

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

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

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

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

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

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