#DDB5BB

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

Shades of Blossom #DDB5BB

Tints of Blossom #DDB5BB

Color information

#DDB5BB (or 0xDDB5BB) is unknown color: approx Blossom. HEX triplet: DD, B5 and BB. RGB value is (221,181,187). Sum of RGB (Red+Green+Blue) = 221+181+187=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BB is #224A44. Grayscale: #C1C1C1. Windows color (decimal): -2247237 or 12301789. OLE color: 12301789.

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

Color convert

RGB221181187-
CMYK00.180.150.13
HSL351º37.04%78.82%-
HSV(B)351º18.1%86.67%-
XYZ55.3152.0154.14-
YUV193.64124.25147.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=37.52%
G=30.73%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118118700.180.150.1335137.0478.82
HexDDB5BB012FD15f254f
Octal335265273022171553745117
Binary110111011011010110111011010010111111011010111111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5BB; }

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

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

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

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

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

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

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

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