Shades of Maverick #DAABCB
Tints of Maverick #DAABCB
RGB
CMYK
RGB Variations
Color information
#DAABCB (or 0xDAABCB) is known color: Maverick. HEX triplet: DA, AB and CB. RGB value is (218,171,203). Sum of RGB (Red+Green+Blue) = 218+171+203=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABCB is #255434. Grayscale: #BCBCBC. Windows color (decimal): -2446389 or 13347802. OLE color: 13347802.
HSL color Cylindrical-coordinate representation of color #DAABCB: hue angle of 319.15º 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 #DAABCB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 203 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.15 |
| HSL | 319.15º | 0.39% | 0.76% | - |
| HSV(B) | 319.15º | 0.22% | 0.85% | - |
| XYZ | 54.26 | 48.34 | 62.97 | - |
| YUV | 188.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 203 | 0 | 0.22 | 0.07 | 0.15 | 319.15 | 0.39 | 0.76 |
| Hex | DA | AB | CB | 0 | 16 | 7 | F | 13F | 27 | 4C |
| Octal | 332 | 253 | 313 | 0 | 26 | 7 | 17 | 477 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11001011 | 0 | 10110 | 111 | 1111 | 100111111 | 100111 | 1001100 |
Color Harmonies of #DAABCB
Complementary color
Monochromatic Colors of #DAABCB
Black with #DAABCB
Text Example
Text Example
White with #DAABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABCB; }
p { color: rgb(218,171,203); }
H1.HeaderClassName
{
color: #DAABCB;
}
.AnyTagClassName
{
color: #DAABCB;
}
</style>
background-color css
<style>
a { background-color: #DAABCB; }
a { background-color: rgb(218,171,203); }
div.DivClassName
{
background-color: #DAABCB;
}
.BgClassName
{
background-color: #DAABCB;
}
</style>
border-color css
<style>
span { border-color: #DAABCB; }
span { border-color: rgb(218,171,203); }
td.TdClassName
{
border-color: #DAABCB;
}
.TagClassName
{
border-color: #DAABCB;
}
</style>