#DDB3BB

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

Shades of Blossom #DDB3BB

Tints of Blossom #DDB3BB

Color information

#DDB3BB (or 0xDDB3BB) is unknown color: approx Blossom. HEX triplet: DD, B3 and BB. RGB value is (221,179,187). Sum of RGB (Red+Green+Blue) = 221+179+187=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BB is #224C44. Grayscale: #C0C0C0. Windows color (decimal): -2247749 or 12301277. OLE color: 12301277.

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

Color convert

RGB221179187-
CMYK00.190.150.13
HSL348.57º38.18%78.43%-
HSV(B)348.57º19%86.67%-
XYZ54.9151.254-
YUV192.47124.91148.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=37.65%
G=30.49%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117918700.190.150.13348.5738.1878.43
HexDDB3BB013FD15d264e
Octal335263273023171553546116
Binary110111011011001110111011010011111111011010111011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3BB; }

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

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

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

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

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

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

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

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