Shades of Blossom #DFADB3
Tints of Blossom #DFADB3
RGB
CMYK
RGB Variations
Color information
#DFADB3 (or 0xDFADB3) is known color: Blossom. HEX triplet: DF, AD and B3. RGB value is (223,173,179). Sum of RGB (Red+Green+Blue) = 223+173+179=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADB3 is #20524C. Grayscale: #BCBCBC. Windows color (decimal): -2118221 or 11775455. OLE color: 11775455.
HSL color Cylindrical-coordinate representation of color #DFADB3: hue angle of 352.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADB3 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 179 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.13 |
| HSL | 352.8º | 0.44% | 0.78% | - |
| HSV(B) | 352.8º | 0.22% | 0.87% | - |
| XYZ | 53.51 | 48.83 | 49.25 | - |
| YUV | 188.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 179 | 0 | 0.22 | 0.20 | 0.13 | 352.8 | 0.44 | 0.78 |
| Hex | DF | AD | B3 | 0 | 16 | 14 | D | 161 | 2C | 4E |
| Octal | 337 | 255 | 263 | 0 | 26 | 24 | 15 | 541 | 54 | 116 |
| Binary | 11011111 | 10101101 | 10110011 | 0 | 10110 | 10100 | 1101 | 101100001 | 101100 | 1001110 |
Color Harmonies of #DFADB3
Complementary color
Monochromatic Colors of #DFADB3
Black with #DFADB3
Text Example
Text Example
White with #DFADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADB3; }
p { color: rgb(223,173,179); }
H1.HeaderClassName
{
color: #DFADB3;
}
.AnyTagClassName
{
color: #DFADB3;
}
</style>
background-color css
<style>
a { background-color: #DFADB3; }
a { background-color: rgb(223,173,179); }
div.DivClassName
{
background-color: #DFADB3;
}
.BgClassName
{
background-color: #DFADB3;
}
</style>
border-color css
<style>
span { border-color: #DFADB3; }
span { border-color: rgb(223,173,179); }
td.TdClassName
{
border-color: #DFADB3;
}
.TagClassName
{
border-color: #DFADB3;
}
</style>