#DDAAB6

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

Shades of Blossom #DDAAB6

Tints of Blossom #DDAAB6

Color information

#DDAAB6 (or 0xDDAAB6) is unknown color: approx Blossom. HEX triplet: DD, AA and B6. RGB value is (221,170,182). Sum of RGB (Red+Green+Blue) = 221+170+182=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAB6 is #225549. Grayscale: #BABABA. Windows color (decimal): -2250058 or 11971293. OLE color: 11971293.

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

Color convert

RGB221170182-
CMYK00.230.180.13
HSL345.88º42.86%76.67%-
HSV(B)345.88º23.08%86.67%-
XYZ52.6447.550.65-
YUV186.62125.4152.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=38.57%
G=29.67%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117018200.230.180.13345.8842.8676.67
HexDDAAB601712D15a2b4d
Octal335252266027221553253115
Binary1101110110101010101101100101111001011011010110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAB6; }

 p { color: rgb(221,170,182); }

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

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

 a { background-color: rgb(221,170,182); }

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

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

 span { border-color: rgb(221,170,182); }

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