Shades of Maverick #CDAEC6
Tints of Maverick #CDAEC6
RGB
CMYK
RGB Variations
Color information
#CDAEC6 (or 0xCDAEC6) is known color: Maverick. HEX triplet: CD, AE and C6. RGB value is (205,174,198). Sum of RGB (Red+Green+Blue) = 205+174+198=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEC6 is #325139. Grayscale: #B9B9B9. Windows color (decimal): -3297594 or 13020877. OLE color: 13020877.
HSL color Cylindrical-coordinate representation of color #CDAEC6: hue angle of 313.55º 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 #CDAEC6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 198 | - |
CMYK | 0 | 0.15 | 0.03 | 0.20 |
HSL | 313.55º | 0.24% | 0.74% | - |
HSV(B) | 313.55º | 0.15% | 0.8% | - |
XYZ | 50.51 | 47.33 | 59.9 | - |
YUV | 186.01 | 134.77 | 141.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 198 | 0 | 0.15 | 0.03 | 0.20 | 313.55 | 0.24 | 0.74 |
Hex | CD | AE | C6 | 0 | F | 3 | 14 | 13A | 18 | 4A |
Octal | 315 | 256 | 306 | 0 | 17 | 3 | 24 | 472 | 30 | 112 |
Binary | 11001101 | 10101110 | 11000110 | 0 | 1111 | 11 | 10100 | 100111010 | 11000 | 1001010 |
Color Harmonies of #CDAEC6
Complementary color
Monochromatic Colors of #CDAEC6
Black with #CDAEC6
Text Example
Text Example
White with #CDAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEC6; }
p { color: rgb(205,174,198); }
H1.HeaderClassName
{
color: #CDAEC6;
}
.AnyTagClassName
{
color: #CDAEC6;
}
</style>
background-color css
<style>
a { background-color: #CDAEC6; }
a { background-color: rgb(205,174,198); }
div.DivClassName
{
background-color: #CDAEC6;
}
.BgClassName
{
background-color: #CDAEC6;
}
</style>
border-color css
<style>
span { border-color: #CDAEC6; }
span { border-color: rgb(205,174,198); }
td.TdClassName
{
border-color: #CDAEC6;
}
.TagClassName
{
border-color: #CDAEC6;
}
</style>