Shades of Maverick #D1BDCC
Tints of Maverick #D1BDCC
RGB
CMYK
RGB Variations
Color information
#D1BDCC (or 0xD1BDCC) is known color: Maverick. HEX triplet: D1, BD and CC. RGB value is (209,189,204). Sum of RGB (Red+Green+Blue) = 209+189+204=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDCC is #2E4233. Grayscale: #C4C4C4. Windows color (decimal): -3031604 or 13417937. OLE color: 13417937.
HSL color Cylindrical-coordinate representation of color #D1BDCC: hue angle of 315º degrees, saturation: 0.18, 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 #D1BDCC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 204 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.18 |
| HSL | 315º | 0.18% | 0.78% | - |
| HSV(B) | 315º | 0.1% | 0.82% | - |
| XYZ | 55.39 | 54.31 | 64.69 | - |
| YUV | 196.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 204 | 0 | 0.10 | 0.02 | 0.18 | 315 | 0.18 | 0.78 |
| Hex | D1 | BD | CC | 0 | A | 2 | 12 | 13B | 12 | 4E |
| Octal | 321 | 275 | 314 | 0 | 12 | 2 | 22 | 473 | 22 | 116 |
| Binary | 11010001 | 10111101 | 11001100 | 0 | 1010 | 10 | 10010 | 100111011 | 10010 | 1001110 |
Color Harmonies of #D1BDCC
Complementary color
Monochromatic Colors of #D1BDCC
Black with #D1BDCC
Text Example
Text Example
White with #D1BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDCC; }
p { color: rgb(209,189,204); }
H1.HeaderClassName
{
color: #D1BDCC;
}
.AnyTagClassName
{
color: #D1BDCC;
}
</style>
background-color css
<style>
a { background-color: #D1BDCC; }
a { background-color: rgb(209,189,204); }
div.DivClassName
{
background-color: #D1BDCC;
}
.BgClassName
{
background-color: #D1BDCC;
}
</style>
border-color css
<style>
span { border-color: #D1BDCC; }
span { border-color: rgb(209,189,204); }
td.TdClassName
{
border-color: #D1BDCC;
}
.TagClassName
{
border-color: #D1BDCC;
}
</style>