#DDA6B4

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

Shades of Blossom #DDA6B4

Tints of Blossom #DDA6B4

Color information

#DDA6B4 (or 0xDDA6B4) is unknown color: approx Blossom. HEX triplet: DD, A6 and B4. RGB value is (221,166,180). Sum of RGB (Red+Green+Blue) = 221+166+180=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6B4 is #22594B. Grayscale: #B8B8B8. Windows color (decimal): -2251084 or 11839197. OLE color: 11839197.

HSL color Cylindrical-coordinate representation of color #DDA6B4: hue angle of 344.73º 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 #DDA6B4 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221166180-
CMYK00.250.190.13
HSL344.73º44.72%75.88%-
HSV(B)344.73º24.89%86.67%-
XYZ51.6945.9449.32-
YUV184.04125.72154.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=38.98%
G=29.28%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116618000.250.190.13344.7344.7275.88
HexDDA6B401913D1592d4c
Octal335246264031231553155114
Binary1101110110100110101101000110011001111011010110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6B4; }

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

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

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

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

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

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

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

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