Shades of Maverick #D1BCCA
Tints of Maverick #D1BCCA
RGB
CMYK
RGB Variations
Color information
#D1BCCA (or 0xD1BCCA) is known color: Maverick. HEX triplet: D1, BC and CA. RGB value is (209,188,202). Sum of RGB (Red+Green+Blue) = 209+188+202=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCCA is #2E4335. Grayscale: #C3C3C3. Windows color (decimal): -3031862 or 13286609. OLE color: 13286609.
HSL color Cylindrical-coordinate representation of color #D1BCCA: hue angle of 320º 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 #D1BCCA is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 202 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.18 |
| HSL | 320º | 0.19% | 0.78% | - |
| HSV(B) | 320º | 0.1% | 0.82% | - |
| XYZ | 54.94 | 53.79 | 63.36 | - |
| YUV | 195.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 202 | 0 | 0.10 | 0.03 | 0.18 | 320 | 0.19 | 0.78 |
| Hex | D1 | BC | CA | 0 | A | 3 | 12 | 140 | 13 | 4E |
| Octal | 321 | 274 | 312 | 0 | 12 | 3 | 22 | 500 | 23 | 116 |
| Binary | 11010001 | 10111100 | 11001010 | 0 | 1010 | 11 | 10010 | 101000000 | 10011 | 1001110 |
Color Harmonies of #D1BCCA
Complementary color
Monochromatic Colors of #D1BCCA
Black with #D1BCCA
Text Example
Text Example
White with #D1BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCCA; }
p { color: rgb(209,188,202); }
H1.HeaderClassName
{
color: #D1BCCA;
}
.AnyTagClassName
{
color: #D1BCCA;
}
</style>
background-color css
<style>
a { background-color: #D1BCCA; }
a { background-color: rgb(209,188,202); }
div.DivClassName
{
background-color: #D1BCCA;
}
.BgClassName
{
background-color: #D1BCCA;
}
</style>
border-color css
<style>
span { border-color: #D1BCCA; }
span { border-color: rgb(209,188,202); }
td.TdClassName
{
border-color: #D1BCCA;
}
.TagClassName
{
border-color: #D1BCCA;
}
</style>