Shades of Maverick #CDBEC7
Tints of Maverick #CDBEC7
RGB
CMYK
RGB Variations
Color information
#CDBEC7 (or 0xCDBEC7) is known color: Maverick. HEX triplet: CD, BE and C7. RGB value is (205,190,199). Sum of RGB (Red+Green+Blue) = 205+190+199=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC7 is #324138. Grayscale: #C3C3C3. Windows color (decimal): -3293497 or 13090509. OLE color: 13090509.
HSL color Cylindrical-coordinate representation of color #CDBEC7: hue angle of 324º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBEC7 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 199 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.20 |
| HSL | 324º | 0.13% | 0.77% | - |
| HSV(B) | 324º | 0.07% | 0.8% | - |
| XYZ | 53.9 | 53.93 | 61.6 | - |
| YUV | 195.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 199 | 0 | 0.07 | 0.03 | 0.20 | 324 | 0.13 | 0.77 |
| Hex | CD | BE | C7 | 0 | 7 | 3 | 14 | 144 | D | 4D |
| Octal | 315 | 276 | 307 | 0 | 7 | 3 | 24 | 504 | 15 | 115 |
| Binary | 11001101 | 10111110 | 11000111 | 0 | 111 | 11 | 10100 | 101000100 | 1101 | 1001101 |
Color Harmonies of #CDBEC7
Complementary color
Monochromatic Colors of #CDBEC7
Black with #CDBEC7
Text Example
Text Example
White with #CDBEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEC7; }
p { color: rgb(205,190,199); }
H1.HeaderClassName
{
color: #CDBEC7;
}
.AnyTagClassName
{
color: #CDBEC7;
}
</style>
background-color css
<style>
a { background-color: #CDBEC7; }
a { background-color: rgb(205,190,199); }
div.DivClassName
{
background-color: #CDBEC7;
}
.BgClassName
{
background-color: #CDBEC7;
}
</style>
border-color css
<style>
span { border-color: #CDBEC7; }
span { border-color: rgb(205,190,199); }
td.TdClassName
{
border-color: #CDBEC7;
}
.TagClassName
{
border-color: #CDBEC7;
}
</style>