Shades of Maverick #DAADCC
Tints of Maverick #DAADCC
RGB
CMYK
RGB Variations
Color information
#DAADCC (or 0xDAADCC) is known color: Maverick. HEX triplet: DA, AD and CC. RGB value is (218,173,204). Sum of RGB (Red+Green+Blue) = 218+173+204=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADCC is #255233. Grayscale: #BDBDBD. Windows color (decimal): -2445876 or 13413850. OLE color: 13413850.
HSL color Cylindrical-coordinate representation of color #DAADCC: hue angle of 318.67º 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 #DAADCC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 173 | 204 | - |
CMYK | 0 | 0.21 | 0.06 | 0.15 |
HSL | 318.67º | 0.38% | 0.77% | - |
HSV(B) | 318.67º | 0.21% | 0.85% | - |
XYZ | 54.76 | 49.15 | 63.73 | - |
YUV | 189.99 | 135.91 | 147.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 204 | 0 | 0.21 | 0.06 | 0.15 | 318.67 | 0.38 | 0.77 |
Hex | DA | AD | CC | 0 | 15 | 6 | F | 13F | 26 | 4D |
Octal | 332 | 255 | 314 | 0 | 25 | 6 | 17 | 477 | 46 | 115 |
Binary | 11011010 | 10101101 | 11001100 | 0 | 10101 | 110 | 1111 | 100111111 | 100110 | 1001101 |
Color Harmonies of #DAADCC
Complementary color
Monochromatic Colors of #DAADCC
Black with #DAADCC
Text Example
Text Example
White with #DAADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADCC; }
p { color: rgb(218,173,204); }
H1.HeaderClassName
{
color: #DAADCC;
}
.AnyTagClassName
{
color: #DAADCC;
}
</style>
background-color css
<style>
a { background-color: #DAADCC; }
a { background-color: rgb(218,173,204); }
div.DivClassName
{
background-color: #DAADCC;
}
.BgClassName
{
background-color: #DAADCC;
}
</style>
border-color css
<style>
span { border-color: #DAADCC; }
span { border-color: rgb(218,173,204); }
td.TdClassName
{
border-color: #DAADCC;
}
.TagClassName
{
border-color: #DAADCC;
}
</style>