Shades of Blossom #D5ADB5
Tints of Blossom #D5ADB5
RGB
CMYK
RGB Variations
Color information
#D5ADB5 (or 0xD5ADB5) is known color: Blossom. HEX triplet: D5, AD and B5. RGB value is (213,173,181). Sum of RGB (Red+Green+Blue) = 213+173+181=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADB5 is #2A524A. Grayscale: #B9B9B9. Windows color (decimal): -2773579 or 11906517. OLE color: 11906517.
HSL color Cylindrical-coordinate representation of color #D5ADB5: hue angle of 348º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADB5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 173 | 181 | - |
CMYK | 0 | 0.19 | 0.15 | 0.16 |
HSL | 348º | 0.32% | 0.76% | - |
HSV(B) | 348º | 0.19% | 0.84% | - |
XYZ | 50.72 | 47.37 | 50.19 | - |
YUV | 185.87 | 125.25 | 147.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 173 | 181 | 0 | 0.19 | 0.15 | 0.16 | 348 | 0.32 | 0.76 |
Hex | D5 | AD | B5 | 0 | 13 | F | 10 | 15C | 20 | 4C |
Octal | 325 | 255 | 265 | 0 | 23 | 17 | 20 | 534 | 40 | 114 |
Binary | 11010101 | 10101101 | 10110101 | 0 | 10011 | 1111 | 10000 | 101011100 | 100000 | 1001100 |
Color Harmonies of #D5ADB5
Complementary color
Monochromatic Colors of #D5ADB5
Black with #D5ADB5
Text Example
Text Example
White with #D5ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADB5; }
p { color: rgb(213,173,181); }
H1.HeaderClassName
{
color: #D5ADB5;
}
.AnyTagClassName
{
color: #D5ADB5;
}
</style>
background-color css
<style>
a { background-color: #D5ADB5; }
a { background-color: rgb(213,173,181); }
div.DivClassName
{
background-color: #D5ADB5;
}
.BgClassName
{
background-color: #D5ADB5;
}
</style>
border-color css
<style>
span { border-color: #D5ADB5; }
span { border-color: rgb(213,173,181); }
td.TdClassName
{
border-color: #D5ADB5;
}
.TagClassName
{
border-color: #D5ADB5;
}
</style>