Shades of Maverick #DDA8C9
Tints of Maverick #DDA8C9
RGB
CMYK
RGB Variations
Color information
#DDA8C9 (or 0xDDA8C9) is known color: Maverick. HEX triplet: DD, A8 and C9. RGB value is (221,168,201). Sum of RGB (Red+Green+Blue) = 221+168+201=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8C9 is #225736. Grayscale: #BBBBBB. Windows color (decimal): -2250551 or 13215965. OLE color: 13215965.
HSL color Cylindrical-coordinate representation of color #DDA8C9: hue angle of 322.64º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8C9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 201 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.13 |
| HSL | 322.64º | 0.44% | 0.76% | - |
| HSV(B) | 322.64º | 0.24% | 0.87% | - |
| XYZ | 54.36 | 47.59 | 61.58 | - |
| YUV | 187.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 201 | 0 | 0.24 | 0.09 | 0.13 | 322.64 | 0.44 | 0.76 |
| Hex | DD | A8 | C9 | 0 | 18 | 9 | D | 143 | 2C | 4C |
| Octal | 335 | 250 | 311 | 0 | 30 | 11 | 15 | 503 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11001001 | 0 | 11000 | 1001 | 1101 | 101000011 | 101100 | 1001100 |
Color Harmonies of #DDA8C9
Complementary color
Monochromatic Colors of #DDA8C9
Black with #DDA8C9
Text Example
Text Example
White with #DDA8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8C9; }
p { color: rgb(221,168,201); }
H1.HeaderClassName
{
color: #DDA8C9;
}
.AnyTagClassName
{
color: #DDA8C9;
}
</style>
background-color css
<style>
a { background-color: #DDA8C9; }
a { background-color: rgb(221,168,201); }
div.DivClassName
{
background-color: #DDA8C9;
}
.BgClassName
{
background-color: #DDA8C9;
}
</style>
border-color css
<style>
span { border-color: #DDA8C9; }
span { border-color: rgb(221,168,201); }
td.TdClassName
{
border-color: #DDA8C9;
}
.TagClassName
{
border-color: #DDA8C9;
}
</style>