#DDB4B9

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

Shades of Blossom #DDB4B9

Tints of Blossom #DDB4B9

Color information

#DDB4B9 (or 0xDDB4B9) is unknown color: approx Blossom. HEX triplet: DD, B4 and B9. RGB value is (221,180,185). Sum of RGB (Red+Green+Blue) = 221+180+185=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4B9 is #224B46. Grayscale: #C0C0C0. Windows color (decimal): -2247495 or 12170461. OLE color: 12170461.

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

Color convert

RGB221180185-
CMYK00.190.160.13
HSL352.68º37.61%78.63%-
HSV(B)352.68º18.55%86.67%-
XYZ54.951.5252.95-
YUV192.83123.58148.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 185 (72.66% from 255) = 31.57%
R=37.71%
G=30.72%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118018500.190.160.13352.6837.6178.63
HexDDB4B901310D161264f
Octal335264271023201554146117
Binary1101110110110100101110010100111000011011011000011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4B9; }

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

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

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

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

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

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

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

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