#DDAFB7

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

Shades of Blossom #DDAFB7

Tints of Blossom #DDAFB7

Color information

#DDAFB7 (or 0xDDAFB7) is unknown color: approx Blossom. HEX triplet: DD, AF and B7. RGB value is (221,175,183). Sum of RGB (Red+Green+Blue) = 221+175+183=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFB7 is #225048. Grayscale: #BDBDBD. Windows color (decimal): -2248777 or 12038109. OLE color: 12038109.

HSL color Cylindrical-coordinate representation of color #DDAFB7: hue angle of 349.57º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFB7 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221175183-
CMYK00.210.170.13
HSL349.57º40.35%77.65%-
HSV(B)349.57º20.81%86.67%-
XYZ53.749.4551.51-
YUV189.67124.24150.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 183 (71.88% from 255) = 31.61%
R=38.17%
G=30.22%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117518300.210.170.13349.5740.3577.65
HexDDAFB701511D15e284e
Octal335257267025211553650116
Binary1101110110101111101101110101011000111011010111101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFB7; }

 p { color: rgb(221,175,183); }

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

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

 a { background-color: rgb(221,175,183); }

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

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

 span { border-color: rgb(221,175,183); }

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