#DDACB8

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

Shades of Blossom #DDACB8

Tints of Blossom #DDACB8

Color information

#DDACB8 (or 0xDDACB8) is unknown color: approx Blossom. HEX triplet: DD, AC and B8. RGB value is (221,172,184). Sum of RGB (Red+Green+Blue) = 221+172+184=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB8 is #225347. Grayscale: #BCBCBC. Windows color (decimal): -2249544 or 12102877. OLE color: 12102877.

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

Color convert

RGB221172184-
CMYK00.220.170.13
HSL345.31º41.88%77.06%-
HSV(B)345.31º22.17%86.67%-
XYZ53.2248.3451.87-
YUV188.02125.73151.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=38.30%
G=29.81%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117218400.220.170.13345.3141.8877.06
HexDDACB801611D1592a4d
Octal335254270026211553152115
Binary1101110110101100101110000101101000111011010110011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACB8; }

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

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

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

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

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

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

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

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