Shades of Blossom #DDAFB5
Tints of Blossom #DDAFB5
RGB
CMYK
RGB Variations
Color information
#DDAFB5 (or 0xDDAFB5) is known color: Blossom. HEX triplet: DD, AF and B5. RGB value is (221,175,181). Sum of RGB (Red+Green+Blue) = 221+175+181=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFB5 is #22504A. Grayscale: #BDBDBD. Windows color (decimal): -2248779 or 11907037. OLE color: 11907037.
HSL color Cylindrical-coordinate representation of color #DDAFB5: hue angle of 352.17º 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 #DDAFB5 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 181 | - |
CMYK | 0 | 0.21 | 0.18 | 0.13 |
HSL | 352.17º | 0.4% | 0.78% | - |
HSV(B) | 352.17º | 0.21% | 0.87% | - |
XYZ | 53.49 | 49.37 | 50.43 | - |
YUV | 189.44 | 123.24 | 150.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 181 | 0 | 0.21 | 0.18 | 0.13 | 352.17 | 0.4 | 0.78 |
Hex | DD | AF | B5 | 0 | 15 | 12 | D | 160 | 28 | 4E |
Octal | 335 | 257 | 265 | 0 | 25 | 22 | 15 | 540 | 50 | 116 |
Binary | 11011101 | 10101111 | 10110101 | 0 | 10101 | 10010 | 1101 | 101100000 | 101000 | 1001110 |
Color Harmonies of #DDAFB5
Complementary color
Monochromatic Colors of #DDAFB5
Black with #DDAFB5
Text Example
Text Example
White with #DDAFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFB5; }
p { color: rgb(221,175,181); }
H1.HeaderClassName
{
color: #DDAFB5;
}
.AnyTagClassName
{
color: #DDAFB5;
}
</style>
background-color css
<style>
a { background-color: #DDAFB5; }
a { background-color: rgb(221,175,181); }
div.DivClassName
{
background-color: #DDAFB5;
}
.BgClassName
{
background-color: #DDAFB5;
}
</style>
border-color css
<style>
span { border-color: #DDAFB5; }
span { border-color: rgb(221,175,181); }
td.TdClassName
{
border-color: #DDAFB5;
}
.TagClassName
{
border-color: #DDAFB5;
}
</style>