Shades of Maverick #DDABCC
Tints of Maverick #DDABCC
RGB
CMYK
RGB Variations
Color information
#DDABCC (or 0xDDABCC) is known color: Maverick. HEX triplet: DD, AB and CC. RGB value is (221,171,204). Sum of RGB (Red+Green+Blue) = 221+171+204=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABCC is #225433. Grayscale: #BDBDBD. Windows color (decimal): -2249780 or 13413341. OLE color: 13413341.
HSL color Cylindrical-coordinate representation of color #DDABCC: hue angle of 320.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABCC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 204 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.13 |
| HSL | 320.4º | 0.42% | 0.77% | - |
| HSV(B) | 320.4º | 0.23% | 0.87% | - |
| XYZ | 55.28 | 48.86 | 63.64 | - |
| YUV | 189.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 204 | 0 | 0.23 | 0.08 | 0.13 | 320.4 | 0.42 | 0.77 |
| Hex | DD | AB | CC | 0 | 17 | 8 | D | 140 | 2A | 4D |
| Octal | 335 | 253 | 314 | 0 | 27 | 10 | 15 | 500 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11001100 | 0 | 10111 | 1000 | 1101 | 101000000 | 101010 | 1001101 |
Color Harmonies of #DDABCC
Complementary color
Monochromatic Colors of #DDABCC
Black with #DDABCC
Text Example
Text Example
White with #DDABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABCC; }
p { color: rgb(221,171,204); }
H1.HeaderClassName
{
color: #DDABCC;
}
.AnyTagClassName
{
color: #DDABCC;
}
</style>
background-color css
<style>
a { background-color: #DDABCC; }
a { background-color: rgb(221,171,204); }
div.DivClassName
{
background-color: #DDABCC;
}
.BgClassName
{
background-color: #DDABCC;
}
</style>
border-color css
<style>
span { border-color: #DDABCC; }
span { border-color: rgb(221,171,204); }
td.TdClassName
{
border-color: #DDABCC;
}
.TagClassName
{
border-color: #DDABCC;
}
</style>