Shades of Maverick #D4B9CC
Tints of Maverick #D4B9CC
RGB
CMYK
RGB Variations
Color information
#D4B9CC (or 0xD4B9CC) is known color: Maverick. HEX triplet: D4, B9 and CC. RGB value is (212,185,204). Sum of RGB (Red+Green+Blue) = 212+185+204=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B9CC is #2B4633. Grayscale: #C3C3C3. Windows color (decimal): -2836020 or 13416916. OLE color: 13416916.
HSL color Cylindrical-coordinate representation of color #D4B9CC: hue angle of 317.78º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4B9CC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 204 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.17 |
| HSL | 317.78º | 0.24% | 0.78% | - |
| HSV(B) | 317.78º | 0.13% | 0.83% | - |
| XYZ | 55.4 | 53.05 | 64.45 | - |
| YUV | 195.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 204 | 0 | 0.13 | 0.04 | 0.17 | 317.78 | 0.24 | 0.78 |
| Hex | D4 | B9 | CC | 0 | D | 4 | 11 | 13E | 18 | 4E |
| Octal | 324 | 271 | 314 | 0 | 15 | 4 | 21 | 476 | 30 | 116 |
| Binary | 11010100 | 10111001 | 11001100 | 0 | 1101 | 100 | 10001 | 100111110 | 11000 | 1001110 |
Color Harmonies of #D4B9CC
Complementary color
Monochromatic Colors of #D4B9CC
Black with #D4B9CC
Text Example
Text Example
White with #D4B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B9CC; }
p { color: rgb(212,185,204); }
H1.HeaderClassName
{
color: #D4B9CC;
}
.AnyTagClassName
{
color: #D4B9CC;
}
</style>
background-color css
<style>
a { background-color: #D4B9CC; }
a { background-color: rgb(212,185,204); }
div.DivClassName
{
background-color: #D4B9CC;
}
.BgClassName
{
background-color: #D4B9CC;
}
</style>
border-color css
<style>
span { border-color: #D4B9CC; }
span { border-color: rgb(212,185,204); }
td.TdClassName
{
border-color: #D4B9CC;
}
.TagClassName
{
border-color: #D4B9CC;
}
</style>