Shades of Maverick #DDAACB
Tints of Maverick #DDAACB
RGB
CMYK
RGB Variations
Color information
#DDAACB (or 0xDDAACB) is known color: Maverick. HEX triplet: DD, AA and CB. RGB value is (221,170,203). Sum of RGB (Red+Green+Blue) = 221+170+203=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAACB is #225534. Grayscale: #BCBCBC. Windows color (decimal): -2250037 or 13347549. OLE color: 13347549.
HSL color Cylindrical-coordinate representation of color #DDAACB: hue angle of 321.18º degrees, saturation: 0.43, 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 #DDAACB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 170 | 203 | - |
CMYK | 0 | 0.23 | 0.08 | 0.13 |
HSL | 321.18º | 0.43% | 0.77% | - |
HSV(B) | 321.18º | 0.23% | 0.87% | - |
XYZ | 54.97 | 48.43 | 62.95 | - |
YUV | 189.01 | 135.9 | 150.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 170 | 203 | 0 | 0.23 | 0.08 | 0.13 | 321.18 | 0.43 | 0.77 |
Hex | DD | AA | CB | 0 | 17 | 8 | D | 141 | 2B | 4D |
Octal | 335 | 252 | 313 | 0 | 27 | 10 | 15 | 501 | 53 | 115 |
Binary | 11011101 | 10101010 | 11001011 | 0 | 10111 | 1000 | 1101 | 101000001 | 101011 | 1001101 |
Color Harmonies of #DDAACB
Complementary color
Monochromatic Colors of #DDAACB
Black with #DDAACB
Text Example
Text Example
White with #DDAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAACB; }
p { color: rgb(221,170,203); }
H1.HeaderClassName
{
color: #DDAACB;
}
.AnyTagClassName
{
color: #DDAACB;
}
</style>
background-color css
<style>
a { background-color: #DDAACB; }
a { background-color: rgb(221,170,203); }
div.DivClassName
{
background-color: #DDAACB;
}
.BgClassName
{
background-color: #DDAACB;
}
</style>
border-color css
<style>
span { border-color: #DDAACB; }
span { border-color: rgb(221,170,203); }
td.TdClassName
{
border-color: #DDAACB;
}
.TagClassName
{
border-color: #DDAACB;
}
</style>