#DDA6B5

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

Shades of Blossom #DDA6B5

Tints of Blossom #DDA6B5

Color information

#DDA6B5 (or 0xDDA6B5) is unknown color: approx Blossom. HEX triplet: DD, A6 and B5. RGB value is (221,166,181). Sum of RGB (Red+Green+Blue) = 221+166+181=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6B5 is #22594A. Grayscale: #B8B8B8. Windows color (decimal): -2251083 or 11904733. OLE color: 11904733.

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

Color convert

RGB221166181-
CMYK00.250.180.13
HSL343.64º44.72%75.88%-
HSV(B)343.64º24.89%86.67%-
XYZ51.845.9849.86-
YUV184.15126.22154.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=38.91%
G=29.23%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116618100.250.180.13343.6444.7275.88
HexDDA6B501912D1582d4c
Octal335246265031221553055114
Binary1101110110100110101101010110011001011011010110001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6B5; }

 p { color: rgb(221,166,181); }

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

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

 a { background-color: rgb(221,166,181); }

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

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

 span { border-color: rgb(221,166,181); }

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