Shades of Maverick #D4B2C7
Tints of Maverick #D4B2C7
RGB
CMYK
RGB Variations
Color information
#D4B2C7 (or 0xD4B2C7) is known color: Maverick. HEX triplet: D4, B2 and C7. RGB value is (212,178,199). Sum of RGB (Red+Green+Blue) = 212+178+199=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2C7 is #2B4D38. Grayscale: #BEBEBE. Windows color (decimal): -2837817 or 13087444. OLE color: 13087444.
HSL color Cylindrical-coordinate representation of color #D4B2C7: hue angle of 322.94º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B2C7 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 178 | 199 | - |
CMYK | 0 | 0.16 | 0.06 | 0.17 |
HSL | 322.94º | 0.28% | 0.76% | - |
HSV(B) | 322.94º | 0.16% | 0.83% | - |
XYZ | 53.38 | 49.96 | 60.86 | - |
YUV | 190.56 | 132.76 | 143.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 178 | 199 | 0 | 0.16 | 0.06 | 0.17 | 322.94 | 0.28 | 0.76 |
Hex | D4 | B2 | C7 | 0 | 10 | 6 | 11 | 143 | 1C | 4C |
Octal | 324 | 262 | 307 | 0 | 20 | 6 | 21 | 503 | 34 | 114 |
Binary | 11010100 | 10110010 | 11000111 | 0 | 10000 | 110 | 10001 | 101000011 | 11100 | 1001100 |
Color Harmonies of #D4B2C7
Complementary color
Monochromatic Colors of #D4B2C7
Black with #D4B2C7
Text Example
Text Example
White with #D4B2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2C7; }
p { color: rgb(212,178,199); }
H1.HeaderClassName
{
color: #D4B2C7;
}
.AnyTagClassName
{
color: #D4B2C7;
}
</style>
background-color css
<style>
a { background-color: #D4B2C7; }
a { background-color: rgb(212,178,199); }
div.DivClassName
{
background-color: #D4B2C7;
}
.BgClassName
{
background-color: #D4B2C7;
}
</style>
border-color css
<style>
span { border-color: #D4B2C7; }
span { border-color: rgb(212,178,199); }
td.TdClassName
{
border-color: #D4B2C7;
}
.TagClassName
{
border-color: #D4B2C7;
}
</style>