Shades of Maverick #CDB3C8
Tints of Maverick #CDB3C8
RGB
CMYK
RGB Variations
Color information
#CDB3C8 (or 0xCDB3C8) is known color: Maverick. HEX triplet: CD, B3 and C8. RGB value is (205,179,200). Sum of RGB (Red+Green+Blue) = 205+179+200=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3C8 is #324C37. Grayscale: #BDBDBD. Windows color (decimal): -3296312 or 13153229. OLE color: 13153229.
HSL color Cylindrical-coordinate representation of color #CDB3C8: hue angle of 311.54º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB3C8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 200 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.20 |
| HSL | 311.54º | 0.21% | 0.75% | - |
| HSV(B) | 311.54º | 0.13% | 0.8% | - |
| XYZ | 51.72 | 49.39 | 61.45 | - |
| YUV | 189.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 200 | 0 | 0.13 | 0.02 | 0.20 | 311.54 | 0.21 | 0.75 |
| Hex | CD | B3 | C8 | 0 | D | 2 | 14 | 138 | 15 | 4B |
| Octal | 315 | 263 | 310 | 0 | 15 | 2 | 24 | 470 | 25 | 113 |
| Binary | 11001101 | 10110011 | 11001000 | 0 | 1101 | 10 | 10100 | 100111000 | 10101 | 1001011 |
Color Harmonies of #CDB3C8
Complementary color
Monochromatic Colors of #CDB3C8
Black with #CDB3C8
Text Example
Text Example
White with #CDB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3C8; }
p { color: rgb(205,179,200); }
H1.HeaderClassName
{
color: #CDB3C8;
}
.AnyTagClassName
{
color: #CDB3C8;
}
</style>
background-color css
<style>
a { background-color: #CDB3C8; }
a { background-color: rgb(205,179,200); }
div.DivClassName
{
background-color: #CDB3C8;
}
.BgClassName
{
background-color: #CDB3C8;
}
</style>
border-color css
<style>
span { border-color: #CDB3C8; }
span { border-color: rgb(205,179,200); }
td.TdClassName
{
border-color: #CDB3C8;
}
.TagClassName
{
border-color: #CDB3C8;
}
</style>