Shades of Maverick #DAADC8
Tints of Maverick #DAADC8
RGB
CMYK
RGB Variations
Color information
#DAADC8 (or 0xDAADC8) is known color: Maverick. HEX triplet: DA, AD and C8. RGB value is (218,173,200). Sum of RGB (Red+Green+Blue) = 218+173+200=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC8 is #255237. Grayscale: #BDBDBD. Windows color (decimal): -2445880 or 13151706. OLE color: 13151706.
HSL color Cylindrical-coordinate representation of color #DAADC8: hue angle of 324º 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 #DAADC8 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 173 | 200 | - |
CMYK | 0 | 0.21 | 0.08 | 0.15 |
HSL | 324º | 0.38% | 0.77% | - |
HSV(B) | 324º | 0.21% | 0.85% | - |
XYZ | 54.28 | 48.96 | 61.23 | - |
YUV | 189.53 | 133.91 | 148.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 200 | 0 | 0.21 | 0.08 | 0.15 | 324 | 0.38 | 0.77 |
Hex | DA | AD | C8 | 0 | 15 | 8 | F | 144 | 26 | 4D |
Octal | 332 | 255 | 310 | 0 | 25 | 10 | 17 | 504 | 46 | 115 |
Binary | 11011010 | 10101101 | 11001000 | 0 | 10101 | 1000 | 1111 | 101000100 | 100110 | 1001101 |
Color Harmonies of #DAADC8
Complementary color
Monochromatic Colors of #DAADC8
Black with #DAADC8
Text Example
Text Example
White with #DAADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADC8; }
p { color: rgb(218,173,200); }
H1.HeaderClassName
{
color: #DAADC8;
}
.AnyTagClassName
{
color: #DAADC8;
}
</style>
background-color css
<style>
a { background-color: #DAADC8; }
a { background-color: rgb(218,173,200); }
div.DivClassName
{
background-color: #DAADC8;
}
.BgClassName
{
background-color: #DAADC8;
}
</style>
border-color css
<style>
span { border-color: #DAADC8; }
span { border-color: rgb(218,173,200); }
td.TdClassName
{
border-color: #DAADC8;
}
.TagClassName
{
border-color: #DAADC8;
}
</style>