#DDB9BE

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

Shades of Blossom #DDB9BE

Tints of Blossom #DDB9BE

Color information

#DDB9BE (or 0xDDB9BE) is unknown color: approx Blossom. HEX triplet: DD, B9 and BE. RGB value is (221,185,190). Sum of RGB (Red+Green+Blue) = 221+185+190=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9BE is #224641. Grayscale: #C4C4C4. Windows color (decimal): -2246210 or 12499421. OLE color: 12499421.

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

Color convert

RGB221185190-
CMYK00.160.140.13
HSL351.67º34.62%79.61%-
HSV(B)351.67º16.29%86.67%-
XYZ56.4653.7956.12-
YUV196.33124.43145.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=37.08%
G=31.04%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118519000.160.140.13351.6734.6279.61
HexDDB9BE010ED1602350
Octal335271276020161554043120
Binary110111011011100110111110010000111011011011000001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9BE; }

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

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

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

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

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

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

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

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