#DDBABE

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

Shades of Blossom #DDBABE

Tints of Blossom #DDBABE

Color information

#DDBABE (or 0xDDBABE) is unknown color: approx Blossom. HEX triplet: DD, BA and BE. RGB value is (221,186,190). Sum of RGB (Red+Green+Blue) = 221+186+190=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBABE is #224541. Grayscale: #C4C4C4. Windows color (decimal): -2245954 or 12499677. OLE color: 12499677.

HSL color Cylindrical-coordinate representation of color #DDBABE: hue angle of 353.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBABE is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221186190-
CMYK00.160.140.13
HSL353.14º33.98%79.8%-
HSV(B)353.14º15.84%86.67%-
XYZ56.6754.2156.19-
YUV196.92124.1145.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=37.02%
G=31.16%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118619000.160.140.13353.1433.9879.8
HexDDBABE010ED1612250
Octal335272276020161554142120
Binary110111011011101010111110010000111011011011000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBABE; }

 p { color: rgb(221,186,190); }

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

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

 a { background-color: rgb(221,186,190); }

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

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

 span { border-color: rgb(221,186,190); }

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