Shades of Maverick #D1BCCC
Tints of Maverick #D1BCCC
RGB
CMYK
RGB Variations
Color information
#D1BCCC (or 0xD1BCCC) is known color: Maverick. HEX triplet: D1, BC and CC. RGB value is (209,188,204). Sum of RGB (Red+Green+Blue) = 209+188+204=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCCC is #2E4333. Grayscale: #C4C4C4. Windows color (decimal): -3031860 or 13417681. OLE color: 13417681.
HSL color Cylindrical-coordinate representation of color #D1BCCC: hue angle of 314.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BCCC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 204 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.18 |
| HSL | 314.29º | 0.19% | 0.78% | - |
| HSV(B) | 314.29º | 0.1% | 0.82% | - |
| XYZ | 55.18 | 53.88 | 64.62 | - |
| YUV | 196.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 204 | 0 | 0.10 | 0.02 | 0.18 | 314.29 | 0.19 | 0.78 |
| Hex | D1 | BC | CC | 0 | A | 2 | 12 | 13A | 13 | 4E |
| Octal | 321 | 274 | 314 | 0 | 12 | 2 | 22 | 472 | 23 | 116 |
| Binary | 11010001 | 10111100 | 11001100 | 0 | 1010 | 10 | 10010 | 100111010 | 10011 | 1001110 |
Color Harmonies of #D1BCCC
Complementary color
Monochromatic Colors of #D1BCCC
Black with #D1BCCC
Text Example
Text Example
White with #D1BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCCC; }
p { color: rgb(209,188,204); }
H1.HeaderClassName
{
color: #D1BCCC;
}
.AnyTagClassName
{
color: #D1BCCC;
}
</style>
background-color css
<style>
a { background-color: #D1BCCC; }
a { background-color: rgb(209,188,204); }
div.DivClassName
{
background-color: #D1BCCC;
}
.BgClassName
{
background-color: #D1BCCC;
}
</style>
border-color css
<style>
span { border-color: #D1BCCC; }
span { border-color: rgb(209,188,204); }
td.TdClassName
{
border-color: #D1BCCC;
}
.TagClassName
{
border-color: #D1BCCC;
}
</style>