Shades of Maverick #D0BFCC
Tints of Maverick #D0BFCC
RGB
CMYK
RGB Variations
Color information
#D0BFCC (or 0xD0BFCC) is known color: Maverick. HEX triplet: D0, BF and CC. RGB value is (208,191,204). Sum of RGB (Red+Green+Blue) = 208+191+204=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFCC is #2F4033. Grayscale: #C5C5C5. Windows color (decimal): -3096628 or 13418448. OLE color: 13418448.
HSL color Cylindrical-coordinate representation of color #D0BFCC: hue angle of 314.12º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0BFCC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 204 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.18 |
| HSL | 314.12º | 0.15% | 0.78% | - |
| HSV(B) | 314.12º | 0.08% | 0.82% | - |
| XYZ | 55.54 | 55.03 | 64.82 | - |
| YUV | 197.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 204 | 0 | 0.08 | 0.02 | 0.18 | 314.12 | 0.15 | 0.78 |
| Hex | D0 | BF | CC | 0 | 8 | 2 | 12 | 13A | F | 4E |
| Octal | 320 | 277 | 314 | 0 | 10 | 2 | 22 | 472 | 17 | 116 |
| Binary | 11010000 | 10111111 | 11001100 | 0 | 1000 | 10 | 10010 | 100111010 | 1111 | 1001110 |
Color Harmonies of #D0BFCC
Complementary color
Monochromatic Colors of #D0BFCC
Black with #D0BFCC
Text Example
Text Example
White with #D0BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFCC; }
p { color: rgb(208,191,204); }
H1.HeaderClassName
{
color: #D0BFCC;
}
.AnyTagClassName
{
color: #D0BFCC;
}
</style>
background-color css
<style>
a { background-color: #D0BFCC; }
a { background-color: rgb(208,191,204); }
div.DivClassName
{
background-color: #D0BFCC;
}
.BgClassName
{
background-color: #D0BFCC;
}
</style>
border-color css
<style>
span { border-color: #D0BFCC; }
span { border-color: rgb(208,191,204); }
td.TdClassName
{
border-color: #D0BFCC;
}
.TagClassName
{
border-color: #D0BFCC;
}
</style>