Shades of Blossom #DCA5B3
Tints of Blossom #DCA5B3
RGB
CMYK
RGB Variations
Color information
#DCA5B3 (or 0xDCA5B3) is known color: Blossom. HEX triplet: DC, A5 and B3. RGB value is (220,165,179). Sum of RGB (Red+Green+Blue) = 220+165+179=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5B3 is #235A4C. Grayscale: #B7B7B7. Windows color (decimal): -2316877 or 11773404. OLE color: 11773404.
HSL color Cylindrical-coordinate representation of color #DCA5B3: hue angle of 344.73º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA5B3 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 179 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.14 |
| HSL | 344.73º | 0.44% | 0.75% | - |
| HSV(B) | 344.73º | 0.25% | 0.86% | - |
| XYZ | 51.11 | 45.38 | 48.71 | - |
| YUV | 183.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 179 | 0 | 0.25 | 0.19 | 0.14 | 344.73 | 0.44 | 0.75 |
| Hex | DC | A5 | B3 | 0 | 19 | 13 | E | 159 | 2C | 4B |
| Octal | 334 | 245 | 263 | 0 | 31 | 23 | 16 | 531 | 54 | 113 |
| Binary | 11011100 | 10100101 | 10110011 | 0 | 11001 | 10011 | 1110 | 101011001 | 101100 | 1001011 |
Color Harmonies of #DCA5B3
Complementary color
Monochromatic Colors of #DCA5B3
Black with #DCA5B3
Text Example
Text Example
White with #DCA5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA5B3; }
p { color: rgb(220,165,179); }
H1.HeaderClassName
{
color: #DCA5B3;
}
.AnyTagClassName
{
color: #DCA5B3;
}
</style>
background-color css
<style>
a { background-color: #DCA5B3; }
a { background-color: rgb(220,165,179); }
div.DivClassName
{
background-color: #DCA5B3;
}
.BgClassName
{
background-color: #DCA5B3;
}
</style>
border-color css
<style>
span { border-color: #DCA5B3; }
span { border-color: rgb(220,165,179); }
td.TdClassName
{
border-color: #DCA5B3;
}
.TagClassName
{
border-color: #DCA5B3;
}
</style>