Shades of Maverick #CDAEBD
Tints of Maverick #CDAEBD
RGB
CMYK
RGB Variations
Color information
#CDAEBD (or 0xCDAEBD) is known color: Maverick. HEX triplet: CD, AE and BD. RGB value is (205,174,189). Sum of RGB (Red+Green+Blue) = 205+174+189=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEBD is #325142. Grayscale: #B8B8B8. Windows color (decimal): -3297603 or 12431053. OLE color: 12431053.
HSL color Cylindrical-coordinate representation of color #CDAEBD: hue angle of 330.97º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAEBD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 189 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.20 |
| HSL | 330.97º | 0.24% | 0.74% | - |
| HSV(B) | 330.97º | 0.15% | 0.8% | - |
| XYZ | 49.5 | 46.93 | 54.59 | - |
| YUV | 184.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 189 | 0 | 0.15 | 0.08 | 0.20 | 330.97 | 0.24 | 0.74 |
| Hex | CD | AE | BD | 0 | F | 8 | 14 | 14B | 18 | 4A |
| Octal | 315 | 256 | 275 | 0 | 17 | 10 | 24 | 513 | 30 | 112 |
| Binary | 11001101 | 10101110 | 10111101 | 0 | 1111 | 1000 | 10100 | 101001011 | 11000 | 1001010 |
Color Harmonies of #CDAEBD
Complementary color
Monochromatic Colors of #CDAEBD
Black with #CDAEBD
Text Example
Text Example
White with #CDAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEBD; }
p { color: rgb(205,174,189); }
H1.HeaderClassName
{
color: #CDAEBD;
}
.AnyTagClassName
{
color: #CDAEBD;
}
</style>
background-color css
<style>
a { background-color: #CDAEBD; }
a { background-color: rgb(205,174,189); }
div.DivClassName
{
background-color: #CDAEBD;
}
.BgClassName
{
background-color: #CDAEBD;
}
</style>
border-color css
<style>
span { border-color: #CDAEBD; }
span { border-color: rgb(205,174,189); }
td.TdClassName
{
border-color: #CDAEBD;
}
.TagClassName
{
border-color: #CDAEBD;
}
</style>