Shades of Blossom #DAABB2
Tints of Blossom #DAABB2
RGB
CMYK
RGB Variations
Color information
#DAABB2 (or 0xDAABB2) is known color: Blossom. HEX triplet: DA, AB and B2. RGB value is (218,171,178). Sum of RGB (Red+Green+Blue) = 218+171+178=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABB2 is #25544D. Grayscale: #B9B9B9. Windows color (decimal): -2446414 or 11709402. OLE color: 11709402.
HSL color Cylindrical-coordinate representation of color #DAABB2: hue angle of 351.06º 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 #DAABB2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 178 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.15 |
| HSL | 351.06º | 0.39% | 0.76% | - |
| HSV(B) | 351.06º | 0.22% | 0.85% | - |
| XYZ | 51.51 | 47.25 | 48.52 | - |
| YUV | 185.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 178 | 0 | 0.22 | 0.18 | 0.15 | 351.06 | 0.39 | 0.76 |
| Hex | DA | AB | B2 | 0 | 16 | 12 | F | 15F | 27 | 4C |
| Octal | 332 | 253 | 262 | 0 | 26 | 22 | 17 | 537 | 47 | 114 |
| Binary | 11011010 | 10101011 | 10110010 | 0 | 10110 | 10010 | 1111 | 101011111 | 100111 | 1001100 |
Color Harmonies of #DAABB2
Complementary color
Monochromatic Colors of #DAABB2
Black with #DAABB2
Text Example
Text Example
White with #DAABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABB2; }
p { color: rgb(218,171,178); }
H1.HeaderClassName
{
color: #DAABB2;
}
.AnyTagClassName
{
color: #DAABB2;
}
</style>
background-color css
<style>
a { background-color: #DAABB2; }
a { background-color: rgb(218,171,178); }
div.DivClassName
{
background-color: #DAABB2;
}
.BgClassName
{
background-color: #DAABB2;
}
</style>
border-color css
<style>
span { border-color: #DAABB2; }
span { border-color: rgb(218,171,178); }
td.TdClassName
{
border-color: #DAABB2;
}
.TagClassName
{
border-color: #DAABB2;
}
</style>