Shades of Maverick #CDAEBE
Tints of Maverick #CDAEBE
RGB
CMYK
RGB Variations
Color information
#CDAEBE (or 0xCDAEBE) is known color: Maverick. HEX triplet: CD, AE and BE. RGB value is (205,174,190). Sum of RGB (Red+Green+Blue) = 205+174+190=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEBE is #325141. Grayscale: #B9B9B9. Windows color (decimal): -3297602 or 12496589. OLE color: 12496589.
HSL color Cylindrical-coordinate representation of color #CDAEBE: hue angle of 329.03º 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 #CDAEBE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 190 | - |
CMYK | 0 | 0.15 | 0.07 | 0.20 |
HSL | 329.03º | 0.24% | 0.74% | - |
HSV(B) | 329.03º | 0.15% | 0.8% | - |
XYZ | 49.61 | 46.97 | 55.17 | - |
YUV | 185.09 | 130.77 | 142.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 190 | 0 | 0.15 | 0.07 | 0.20 | 329.03 | 0.24 | 0.74 |
Hex | CD | AE | BE | 0 | F | 7 | 14 | 149 | 18 | 4A |
Octal | 315 | 256 | 276 | 0 | 17 | 7 | 24 | 511 | 30 | 112 |
Binary | 11001101 | 10101110 | 10111110 | 0 | 1111 | 111 | 10100 | 101001001 | 11000 | 1001010 |
Color Harmonies of #CDAEBE
Complementary color
Monochromatic Colors of #CDAEBE
Black with #CDAEBE
Text Example
Text Example
White with #CDAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEBE; }
p { color: rgb(205,174,190); }
H1.HeaderClassName
{
color: #CDAEBE;
}
.AnyTagClassName
{
color: #CDAEBE;
}
</style>
background-color css
<style>
a { background-color: #CDAEBE; }
a { background-color: rgb(205,174,190); }
div.DivClassName
{
background-color: #CDAEBE;
}
.BgClassName
{
background-color: #CDAEBE;
}
</style>
border-color css
<style>
span { border-color: #CDAEBE; }
span { border-color: rgb(205,174,190); }
td.TdClassName
{
border-color: #CDAEBE;
}
.TagClassName
{
border-color: #CDAEBE;
}
</style>