#DDB5BA

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

Shades of Blossom #DDB5BA

Tints of Blossom #DDB5BA

Color information

#DDB5BA (or 0xDDB5BA) is unknown color: approx Blossom. HEX triplet: DD, B5 and BA. RGB value is (221,181,186). Sum of RGB (Red+Green+Blue) = 221+181+186=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BA is #224A45. Grayscale: #C1C1C1. Windows color (decimal): -2247238 or 12236253. OLE color: 12236253.

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

Color convert

RGB221181186-
CMYK00.180.160.13
HSL352.5º37.04%78.82%-
HSV(B)352.5º18.1%86.67%-
XYZ55.2151.9753.57-
YUV193.53123.75147.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 181 (71.09% from 255) = 30.78%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=37.59%
G=30.78%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118118600.180.160.13352.537.0478.82
HexDDB5BA01210D160254f
Octal335265272022201554045117
Binary1101110110110101101110100100101000011011011000001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5BA; }

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

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

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

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

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

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

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

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