Shades of Maverick #DAAECB
Tints of Maverick #DAAECB
RGB
CMYK
RGB Variations
Color information
#DAAECB (or 0xDAAECB) is known color: Maverick. HEX triplet: DA, AE and CB. RGB value is (218,174,203). Sum of RGB (Red+Green+Blue) = 218+174+203=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAECB is #255134. Grayscale: #BEBEBE. Windows color (decimal): -2445621 or 13348570. OLE color: 13348570.
HSL color Cylindrical-coordinate representation of color #DAAECB: hue angle of 320.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAECB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 203 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.15 |
| HSL | 320.45º | 0.37% | 0.77% | - |
| HSV(B) | 320.45º | 0.2% | 0.85% | - |
| XYZ | 54.83 | 49.49 | 63.16 | - |
| YUV | 190.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 203 | 0 | 0.20 | 0.07 | 0.15 | 320.45 | 0.37 | 0.77 |
| Hex | DA | AE | CB | 0 | 14 | 7 | F | 140 | 25 | 4D |
| Octal | 332 | 256 | 313 | 0 | 24 | 7 | 17 | 500 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11001011 | 0 | 10100 | 111 | 1111 | 101000000 | 100101 | 1001101 |
Color Harmonies of #DAAECB
Complementary color
Monochromatic Colors of #DAAECB
Black with #DAAECB
Text Example
Text Example
White with #DAAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAECB; }
p { color: rgb(218,174,203); }
H1.HeaderClassName
{
color: #DAAECB;
}
.AnyTagClassName
{
color: #DAAECB;
}
</style>
background-color css
<style>
a { background-color: #DAAECB; }
a { background-color: rgb(218,174,203); }
div.DivClassName
{
background-color: #DAAECB;
}
.BgClassName
{
background-color: #DAAECB;
}
</style>
border-color css
<style>
span { border-color: #DAAECB; }
span { border-color: rgb(218,174,203); }
td.TdClassName
{
border-color: #DAAECB;
}
.TagClassName
{
border-color: #DAAECB;
}
</style>