Shades of Maverick #CDBECA
Tints of Maverick #CDBECA
RGB
CMYK
RGB Variations
Color information
#CDBECA (or 0xCDBECA) is known color: Maverick. HEX triplet: CD, BE and CA. RGB value is (205,190,202). Sum of RGB (Red+Green+Blue) = 205+190+202=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBECA is #324135. Grayscale: #C3C3C3. Windows color (decimal): -3293494 or 13287117. OLE color: 13287117.
HSL color Cylindrical-coordinate representation of color #CDBECA: hue angle of 312º 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 #CDBECA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 202 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.20 |
| HSL | 312º | 0.13% | 0.77% | - |
| HSV(B) | 312º | 0.07% | 0.8% | - |
| XYZ | 54.25 | 54.07 | 63.45 | - |
| YUV | 195.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 202 | 0 | 0.07 | 0.01 | 0.20 | 312 | 0.13 | 0.77 |
| Hex | CD | BE | CA | 0 | 7 | 1 | 14 | 138 | D | 4D |
| Octal | 315 | 276 | 312 | 0 | 7 | 1 | 24 | 470 | 15 | 115 |
| Binary | 11001101 | 10111110 | 11001010 | 0 | 111 | 1 | 10100 | 100111000 | 1101 | 1001101 |
Color Harmonies of #CDBECA
Complementary color
Monochromatic Colors of #CDBECA
Black with #CDBECA
Text Example
Text Example
White with #CDBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBECA; }
p { color: rgb(205,190,202); }
H1.HeaderClassName
{
color: #CDBECA;
}
.AnyTagClassName
{
color: #CDBECA;
}
</style>
background-color css
<style>
a { background-color: #CDBECA; }
a { background-color: rgb(205,190,202); }
div.DivClassName
{
background-color: #CDBECA;
}
.BgClassName
{
background-color: #CDBECA;
}
</style>
border-color css
<style>
span { border-color: #CDBECA; }
span { border-color: rgb(205,190,202); }
td.TdClassName
{
border-color: #CDBECA;
}
.TagClassName
{
border-color: #CDBECA;
}
</style>