#DDAFB9

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

Shades of Blossom #DDAFB9

Tints of Blossom #DDAFB9

Color information

#DDAFB9 (or 0xDDAFB9) is unknown color: approx Blossom. HEX triplet: DD, AF and B9. RGB value is (221,175,185). Sum of RGB (Red+Green+Blue) = 221+175+185=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFB9 is #225046. Grayscale: #BDBDBD. Windows color (decimal): -2248775 or 12169181. OLE color: 12169181.

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

Color convert

RGB221175185-
CMYK00.210.160.13
HSL346.96º40.35%77.65%-
HSV(B)346.96º20.81%86.67%-
XYZ53.9149.5352.62-
YUV189.89125.24150.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=38.04%
G=30.12%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117518500.210.160.13346.9640.3577.65
HexDDAFB901510D15b284e
Octal335257271025201553350116
Binary1101110110101111101110010101011000011011010110111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFB9; }

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

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

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

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

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

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

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

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