Shades of Maverick #D2BBCC
Tints of Maverick #D2BBCC
RGB
CMYK
RGB Variations
Color information
#D2BBCC (or 0xD2BBCC) is known color: Maverick. HEX triplet: D2, BB and CC. RGB value is (210,187,204). Sum of RGB (Red+Green+Blue) = 210+187+204=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBCC is #2D4433. Grayscale: #C3C3C3. Windows color (decimal): -2966580 or 13417426. OLE color: 13417426.
HSL color Cylindrical-coordinate representation of color #D2BBCC: hue angle of 315.65º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBCC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 204 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.18 |
| HSL | 315.65º | 0.2% | 0.78% | - |
| HSV(B) | 315.65º | 0.11% | 0.82% | - |
| XYZ | 55.25 | 53.6 | 64.56 | - |
| YUV | 195.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 204 | 0 | 0.11 | 0.03 | 0.18 | 315.65 | 0.2 | 0.78 |
| Hex | D2 | BB | CC | 0 | B | 3 | 12 | 13C | 14 | 4E |
| Octal | 322 | 273 | 314 | 0 | 13 | 3 | 22 | 474 | 24 | 116 |
| Binary | 11010010 | 10111011 | 11001100 | 0 | 1011 | 11 | 10010 | 100111100 | 10100 | 1001110 |
Color Harmonies of #D2BBCC
Complementary color
Monochromatic Colors of #D2BBCC
Black with #D2BBCC
Text Example
Text Example
White with #D2BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBCC; }
p { color: rgb(210,187,204); }
H1.HeaderClassName
{
color: #D2BBCC;
}
.AnyTagClassName
{
color: #D2BBCC;
}
</style>
background-color css
<style>
a { background-color: #D2BBCC; }
a { background-color: rgb(210,187,204); }
div.DivClassName
{
background-color: #D2BBCC;
}
.BgClassName
{
background-color: #D2BBCC;
}
</style>
border-color css
<style>
span { border-color: #D2BBCC; }
span { border-color: rgb(210,187,204); }
td.TdClassName
{
border-color: #D2BBCC;
}
.TagClassName
{
border-color: #D2BBCC;
}
</style>