Shades of Maverick #D2BCCC
Tints of Maverick #D2BCCC
RGB
CMYK
RGB Variations
Color information
#D2BCCC (or 0xD2BCCC) is known color: Maverick. HEX triplet: D2, BC and CC. RGB value is (210,188,204). Sum of RGB (Red+Green+Blue) = 210+188+204=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCCC is #2D4333. Grayscale: #C4C4C4. Windows color (decimal): -2966324 or 13417682. OLE color: 13417682.
HSL color Cylindrical-coordinate representation of color #D2BCCC: hue angle of 316.36º degrees, saturation: 0.2, 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 #D2BCCC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 204 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.18 |
| HSL | 316.36º | 0.2% | 0.78% | - |
| HSV(B) | 316.36º | 0.1% | 0.82% | - |
| XYZ | 55.46 | 54.03 | 64.63 | - |
| YUV | 196.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 204 | 0 | 0.10 | 0.03 | 0.18 | 316.36 | 0.2 | 0.78 |
| Hex | D2 | BC | CC | 0 | A | 3 | 12 | 13C | 14 | 4E |
| Octal | 322 | 274 | 314 | 0 | 12 | 3 | 22 | 474 | 24 | 116 |
| Binary | 11010010 | 10111100 | 11001100 | 0 | 1010 | 11 | 10010 | 100111100 | 10100 | 1001110 |
Color Harmonies of #D2BCCC
Complementary color
Monochromatic Colors of #D2BCCC
Black with #D2BCCC
Text Example
Text Example
White with #D2BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCCC; }
p { color: rgb(210,188,204); }
H1.HeaderClassName
{
color: #D2BCCC;
}
.AnyTagClassName
{
color: #D2BCCC;
}
</style>
background-color css
<style>
a { background-color: #D2BCCC; }
a { background-color: rgb(210,188,204); }
div.DivClassName
{
background-color: #D2BCCC;
}
.BgClassName
{
background-color: #D2BCCC;
}
</style>
border-color css
<style>
span { border-color: #D2BCCC; }
span { border-color: rgb(210,188,204); }
td.TdClassName
{
border-color: #D2BCCC;
}
.TagClassName
{
border-color: #D2BCCC;
}
</style>