Shades of Maverick #CDBEC8
Tints of Maverick #CDBEC8
RGB
CMYK
RGB Variations
Color information
#CDBEC8 (or 0xCDBEC8) is known color: Maverick. HEX triplet: CD, BE and C8. RGB value is (205,190,200). Sum of RGB (Red+Green+Blue) = 205+190+200=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC8 is #324137. Grayscale: #C3C3C3. Windows color (decimal): -3293496 or 13156045. OLE color: 13156045.
HSL color Cylindrical-coordinate representation of color #CDBEC8: hue angle of 320º 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 #CDBEC8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 200 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.20 |
| HSL | 320º | 0.13% | 0.77% | - |
| HSV(B) | 320º | 0.07% | 0.8% | - |
| XYZ | 54.02 | 53.98 | 62.22 | - |
| YUV | 195.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 200 | 0 | 0.07 | 0.02 | 0.20 | 320 | 0.13 | 0.77 |
| Hex | CD | BE | C8 | 0 | 7 | 2 | 14 | 140 | D | 4D |
| Octal | 315 | 276 | 310 | 0 | 7 | 2 | 24 | 500 | 15 | 115 |
| Binary | 11001101 | 10111110 | 11001000 | 0 | 111 | 10 | 10100 | 101000000 | 1101 | 1001101 |
Color Harmonies of #CDBEC8
Complementary color
Monochromatic Colors of #CDBEC8
Black with #CDBEC8
Text Example
Text Example
White with #CDBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEC8; }
p { color: rgb(205,190,200); }
H1.HeaderClassName
{
color: #CDBEC8;
}
.AnyTagClassName
{
color: #CDBEC8;
}
</style>
background-color css
<style>
a { background-color: #CDBEC8; }
a { background-color: rgb(205,190,200); }
div.DivClassName
{
background-color: #CDBEC8;
}
.BgClassName
{
background-color: #CDBEC8;
}
</style>
border-color css
<style>
span { border-color: #CDBEC8; }
span { border-color: rgb(205,190,200); }
td.TdClassName
{
border-color: #CDBEC8;
}
.TagClassName
{
border-color: #CDBEC8;
}
</style>