#DDB2B5

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

Shades of Blossom #DDB2B5

Tints of Blossom #DDB2B5

Color information

#DDB2B5 (or 0xDDB2B5) is unknown color: approx Blossom. HEX triplet: DD, B2 and B5. RGB value is (221,178,181). Sum of RGB (Red+Green+Blue) = 221+178+181=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2B5 is #224D4A. Grayscale: #BFBFBF. Windows color (decimal): -2248011 or 11907805. OLE color: 11907805.

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

Color convert

RGB221178181-
CMYK00.190.180.13
HSL355.81º38.74%78.24%-
HSV(B)355.81º19.46%86.67%-
XYZ54.0850.5550.62-
YUV191.2122.25149.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 181 (71.09% from 255) = 31.21%
R=38.10%
G=30.69%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117818100.190.180.13355.8138.7478.24
HexDDB2B501312D164274e
Octal335262265023221554447116
Binary1101110110110010101101010100111001011011011001001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2B5; }

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

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

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

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

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

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

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

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