#DDA8B4

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

Shades of Blossom #DDA8B4

Tints of Blossom #DDA8B4

Color information

#DDA8B4 (or 0xDDA8B4) is unknown color: approx Blossom. HEX triplet: DD, A8 and B4. RGB value is (221,168,180). Sum of RGB (Red+Green+Blue) = 221+168+180=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8B4 is #22574B. Grayscale: #B9B9B9. Windows color (decimal): -2250572 or 11839709. OLE color: 11839709.

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

Color convert

RGB221168180-
CMYK00.240.190.13
HSL346.42º43.8%76.27%-
HSV(B)346.42º23.98%86.67%-
XYZ52.0646.6749.44-
YUV185.22125.06153.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 168 (66.02% from 255) = 29.53%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=38.84%
G=29.53%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116818000.240.190.13346.4243.876.27
HexDDA8B401813D15a2c4c
Octal335250264030231553254114
Binary1101110110101000101101000110001001111011010110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8B4; }

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

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

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

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

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

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

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

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