#DDAEB8

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

Shades of Blossom #DDAEB8

Tints of Blossom #DDAEB8

Color information

#DDAEB8 (or 0xDDAEB8) is unknown color: approx Blossom. HEX triplet: DD, AE and B8. RGB value is (221,174,184). Sum of RGB (Red+Green+Blue) = 221+174+184=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEB8 is #225147. Grayscale: #BDBDBD. Windows color (decimal): -2249032 or 12103389. OLE color: 12103389.

HSL color Cylindrical-coordinate representation of color #DDAEB8: hue angle of 347.23º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEB8 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221174184-
CMYK00.210.170.13
HSL347.23º40.87%77.45%-
HSV(B)347.23º21.27%86.67%-
XYZ53.6149.152-
YUV189.19125.07150.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=38.17%
G=30.05%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117418400.210.170.13347.2340.8777.45
HexDDAEB801511D15b294d
Octal335256270025211553351115
Binary1101110110101110101110000101011000111011010110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEB8; }

 p { color: rgb(221,174,184); }

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

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

 a { background-color: rgb(221,174,184); }

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

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

 span { border-color: rgb(221,174,184); }

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