#DDB5B7

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

Shades of Pink Flare #DDB5B7

Tints of Pink Flare #DDB5B7

Color information

#DDB5B7 (or 0xDDB5B7) is unknown color: approx Pink Flare. HEX triplet: DD, B5 and B7. RGB value is (221,181,183). Sum of RGB (Red+Green+Blue) = 221+181+183=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5B7 is #224A48. Grayscale: #C1C1C1. Windows color (decimal): -2247241 or 12039645. OLE color: 12039645.

HSL color Cylindrical-coordinate representation of color #DDB5B7: hue angle of 357º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5B7 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221181183-
CMYK00.180.170.13
HSL357º37.04%78.82%-
HSV(B)357º18.1%86.67%-
XYZ54.8951.8451.91-
YUV193.19122.25147.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=37.78%
G=30.94%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118118300.180.170.1335737.0478.82
HexDDB5B701211D165254f
Octal335265267022211554545117
Binary1101110110110101101101110100101000111011011001011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5B7; }

 p { color: rgb(221,181,183); }

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

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

 a { background-color: rgb(221,181,183); }

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

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

 span { border-color: rgb(221,181,183); }

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