#DDB9BD

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

Shades of Blossom #DDB9BD

Tints of Blossom #DDB9BD

Color information

#DDB9BD (or 0xDDB9BD) is unknown color: approx Blossom. HEX triplet: DD, B9 and BD. RGB value is (221,185,189). Sum of RGB (Red+Green+Blue) = 221+185+189=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9BD is #224642. Grayscale: #C4C4C4. Windows color (decimal): -2246211 or 12433885. OLE color: 12433885.

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

Color convert

RGB221185189-
CMYK00.160.140.13
HSL353.33º34.62%79.61%-
HSV(B)353.33º16.29%86.67%-
XYZ56.3553.7455.55-
YUV196.22123.93145.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=37.14%
G=31.09%
B=31.76%

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
Decimal22118518900.160.140.13353.3334.6279.61
HexDDB9BD010ED1612350
Octal335271275020161554143120
Binary110111011011100110111101010000111011011011000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9BD; }

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

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

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

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

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

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

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

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