Shades of Maverick #D5AFC3
Tints of Maverick #D5AFC3
RGB
CMYK
RGB Variations
Color information
#D5AFC3 (or 0xD5AFC3) is known color: Maverick. HEX triplet: D5, AF and C3. RGB value is (213,175,195). Sum of RGB (Red+Green+Blue) = 213+175+195=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFC3 is #2A503C. Grayscale: #BCBCBC. Windows color (decimal): -2773053 or 12824533. OLE color: 12824533.
HSL color Cylindrical-coordinate representation of color #D5AFC3: hue angle of 328.42º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFC3 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 195 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.16 |
| HSL | 328.42º | 0.31% | 0.76% | - |
| HSV(B) | 328.42º | 0.18% | 0.84% | - |
| XYZ | 52.62 | 48.75 | 58.27 | - |
| YUV | 188.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 195 | 0 | 0.18 | 0.08 | 0.16 | 328.42 | 0.31 | 0.76 |
| Hex | D5 | AF | C3 | 0 | 12 | 8 | 10 | 148 | 1F | 4C |
| Octal | 325 | 257 | 303 | 0 | 22 | 10 | 20 | 510 | 37 | 114 |
| Binary | 11010101 | 10101111 | 11000011 | 0 | 10010 | 1000 | 10000 | 101001000 | 11111 | 1001100 |
Color Harmonies of #D5AFC3
Complementary color
Monochromatic Colors of #D5AFC3
Black with #D5AFC3
Text Example
Text Example
White with #D5AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFC3; }
p { color: rgb(213,175,195); }
H1.HeaderClassName
{
color: #D5AFC3;
}
.AnyTagClassName
{
color: #D5AFC3;
}
</style>
background-color css
<style>
a { background-color: #D5AFC3; }
a { background-color: rgb(213,175,195); }
div.DivClassName
{
background-color: #D5AFC3;
}
.BgClassName
{
background-color: #D5AFC3;
}
</style>
border-color css
<style>
span { border-color: #D5AFC3; }
span { border-color: rgb(213,175,195); }
td.TdClassName
{
border-color: #D5AFC3;
}
.TagClassName
{
border-color: #D5AFC3;
}
</style>