Shades of Blossom #DDAFB8
Tints of Blossom #DDAFB8
RGB
CMYK
RGB Variations
Color information
#DDAFB8 (or 0xDDAFB8) is known color: Blossom. HEX triplet: DD, AF and B8. RGB value is (221,175,184). Sum of RGB (Red+Green+Blue) = 221+175+184=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFB8 is #225047. Grayscale: #BDBDBD. Windows color (decimal): -2248776 or 12103645. OLE color: 12103645.
HSL color Cylindrical-coordinate representation of color #DDAFB8: hue angle of 348.26º 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 #DDAFB8 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 184 | - |
CMYK | 0 | 0.21 | 0.17 | 0.13 |
HSL | 348.26º | 0.4% | 0.78% | - |
HSV(B) | 348.26º | 0.21% | 0.87% | - |
XYZ | 53.8 | 49.49 | 52.06 | - |
YUV | 189.78 | 124.74 | 150.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 184 | 0 | 0.21 | 0.17 | 0.13 | 348.26 | 0.4 | 0.78 |
Hex | DD | AF | B8 | 0 | 15 | 11 | D | 15C | 28 | 4E |
Octal | 335 | 257 | 270 | 0 | 25 | 21 | 15 | 534 | 50 | 116 |
Binary | 11011101 | 10101111 | 10111000 | 0 | 10101 | 10001 | 1101 | 101011100 | 101000 | 1001110 |
Color Harmonies of #DDAFB8
Complementary color
Monochromatic Colors of #DDAFB8
Black with #DDAFB8
Text Example
Text Example
White with #DDAFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFB8; }
p { color: rgb(221,175,184); }
H1.HeaderClassName
{
color: #DDAFB8;
}
.AnyTagClassName
{
color: #DDAFB8;
}
</style>
background-color css
<style>
a { background-color: #DDAFB8; }
a { background-color: rgb(221,175,184); }
div.DivClassName
{
background-color: #DDAFB8;
}
.BgClassName
{
background-color: #DDAFB8;
}
</style>
border-color css
<style>
span { border-color: #DDAFB8; }
span { border-color: rgb(221,175,184); }
td.TdClassName
{
border-color: #DDAFB8;
}
.TagClassName
{
border-color: #DDAFB8;
}
</style>