#DDA6B3

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

Shades of Blossom #DDA6B3

Tints of Blossom #DDA6B3

Color information

#DDA6B3 (or 0xDDA6B3) is unknown color: approx Blossom. HEX triplet: DD, A6 and B3. RGB value is (221,166,179). Sum of RGB (Red+Green+Blue) = 221+166+179=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6B3 is #22594C. Grayscale: #B7B7B7. Windows color (decimal): -2251085 or 11773661. OLE color: 11773661.

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

Color convert

RGB221166179-
CMYK00.250.190.13
HSL345.82º44.72%75.88%-
HSV(B)345.82º24.89%86.67%-
XYZ51.5945.948.79-
YUV183.93125.22154.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=39.05%
G=29.33%
B=31.63%

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
Decimal22116617900.250.190.13345.8244.7275.88
HexDDA6B301913D15a2d4c
Octal335246263031231553255114
Binary1101110110100110101100110110011001111011010110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6B3; }

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

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

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

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

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

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

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

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