Shades of Maverick #DAADCB
Tints of Maverick #DAADCB
RGB
CMYK
RGB Variations
Color information
#DAADCB (or 0xDAADCB) is known color: Maverick. HEX triplet: DA, AD and CB. RGB value is (218,173,203). Sum of RGB (Red+Green+Blue) = 218+173+203=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADCB is #255234. Grayscale: #BDBDBD. Windows color (decimal): -2445877 or 13348314. OLE color: 13348314.
HSL color Cylindrical-coordinate representation of color #DAADCB: hue angle of 320º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADCB is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 203 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.15 |
| HSL | 320º | 0.38% | 0.77% | - |
| HSV(B) | 320º | 0.21% | 0.85% | - |
| XYZ | 54.64 | 49.1 | 63.1 | - |
| YUV | 189.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 203 | 0 | 0.21 | 0.07 | 0.15 | 320 | 0.38 | 0.77 |
| Hex | DA | AD | CB | 0 | 15 | 7 | F | 140 | 26 | 4D |
| Octal | 332 | 255 | 313 | 0 | 25 | 7 | 17 | 500 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11001011 | 0 | 10101 | 111 | 1111 | 101000000 | 100110 | 1001101 |
Color Harmonies of #DAADCB
Complementary color
Monochromatic Colors of #DAADCB
Black with #DAADCB
Text Example
Text Example
White with #DAADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADCB; }
p { color: rgb(218,173,203); }
H1.HeaderClassName
{
color: #DAADCB;
}
.AnyTagClassName
{
color: #DAADCB;
}
</style>
background-color css
<style>
a { background-color: #DAADCB; }
a { background-color: rgb(218,173,203); }
div.DivClassName
{
background-color: #DAADCB;
}
.BgClassName
{
background-color: #DAADCB;
}
</style>
border-color css
<style>
span { border-color: #DAADCB; }
span { border-color: rgb(218,173,203); }
td.TdClassName
{
border-color: #DAADCB;
}
.TagClassName
{
border-color: #DAADCB;
}
</style>