#DDB3B7

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

Shades of Blossom #DDB3B7

Tints of Blossom #DDB3B7

Color information

#DDB3B7 (or 0xDDB3B7) is unknown color: approx Blossom. HEX triplet: DD, B3 and B7. RGB value is (221,179,183). Sum of RGB (Red+Green+Blue) = 221+179+183=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3B7 is #224C48. Grayscale: #C0C0C0. Windows color (decimal): -2247753 or 12039133. OLE color: 12039133.

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

Color convert

RGB221179183-
CMYK00.190.170.13
HSL354.29º38.18%78.43%-
HSV(B)354.29º19%86.67%-
XYZ54.4951.0351.78-
YUV192.01122.91148.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 183 (71.88% from 255) = 31.39%
R=37.91%
G=30.70%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117918300.190.170.13354.2938.1878.43
HexDDB3B701311D162264e
Octal335263267023211554246116
Binary1101110110110011101101110100111000111011011000101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3B7; }

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

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

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

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

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

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

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

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