Shades of Blossom #DAABB4
Tints of Blossom #DAABB4
RGB
CMYK
RGB Variations
Color information
#DAABB4 (or 0xDAABB4) is known color: Blossom. HEX triplet: DA, AB and B4. RGB value is (218,171,180). Sum of RGB (Red+Green+Blue) = 218+171+180=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABB4 is #25544B. Grayscale: #BABABA. Windows color (decimal): -2446412 or 11840474. OLE color: 11840474.
HSL color Cylindrical-coordinate representation of color #DAABB4: hue angle of 348.51º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABB4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 180 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.15 |
| HSL | 348.51º | 0.39% | 0.76% | - |
| HSV(B) | 348.51º | 0.22% | 0.85% | - |
| XYZ | 51.71 | 47.33 | 49.59 | - |
| YUV | 186.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 180 | 0 | 0.22 | 0.17 | 0.15 | 348.51 | 0.39 | 0.76 |
| Hex | DA | AB | B4 | 0 | 16 | 11 | F | 15D | 27 | 4C |
| Octal | 332 | 253 | 264 | 0 | 26 | 21 | 17 | 535 | 47 | 114 |
| Binary | 11011010 | 10101011 | 10110100 | 0 | 10110 | 10001 | 1111 | 101011101 | 100111 | 1001100 |
Color Harmonies of #DAABB4
Complementary color
Monochromatic Colors of #DAABB4
Black with #DAABB4
Text Example
Text Example
White with #DAABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABB4; }
p { color: rgb(218,171,180); }
H1.HeaderClassName
{
color: #DAABB4;
}
.AnyTagClassName
{
color: #DAABB4;
}
</style>
background-color css
<style>
a { background-color: #DAABB4; }
a { background-color: rgb(218,171,180); }
div.DivClassName
{
background-color: #DAABB4;
}
.BgClassName
{
background-color: #DAABB4;
}
</style>
border-color css
<style>
span { border-color: #DAABB4; }
span { border-color: rgb(218,171,180); }
td.TdClassName
{
border-color: #DAABB4;
}
.TagClassName
{
border-color: #DAABB4;
}
</style>