#DDB4BB

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

Shades of Blossom #DDB4BB

Tints of Blossom #DDB4BB

Color information

#DDB4BB (or 0xDDB4BB) is unknown color: approx Blossom. HEX triplet: DD, B4 and BB. RGB value is (221,180,187). Sum of RGB (Red+Green+Blue) = 221+180+187=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4BB is #224B44. Grayscale: #C1C1C1. Windows color (decimal): -2247493 or 12301533. OLE color: 12301533.

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

Color convert

RGB221180187-
CMYK00.190.150.13
HSL349.76º37.61%78.63%-
HSV(B)349.76º18.55%86.67%-
XYZ55.1151.654.07-
YUV193.06124.58147.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=37.59%
G=30.61%
B=31.80%

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
Decimal22118018700.190.150.13349.7637.6178.63
HexDDB4BB013FD15e264f
Octal335264273023171553646117
Binary110111011011010010111011010011111111011010111101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4BB; }

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

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

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

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

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

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

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

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