Shades of Maverick #CDAEC4
Tints of Maverick #CDAEC4
RGB
CMYK
RGB Variations
Color information
#CDAEC4 (or 0xCDAEC4) is known color: Maverick. HEX triplet: CD, AE and C4. RGB value is (205,174,196). Sum of RGB (Red+Green+Blue) = 205+174+196=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEC4 is #32513B. Grayscale: #B9B9B9. Windows color (decimal): -3297596 or 12889805. OLE color: 12889805.
HSL color Cylindrical-coordinate representation of color #CDAEC4: hue angle of 317.42º 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 #CDAEC4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 196 | - |
CMYK | 0 | 0.15 | 0.04 | 0.20 |
HSL | 317.42º | 0.24% | 0.74% | - |
HSV(B) | 317.42º | 0.15% | 0.8% | - |
XYZ | 50.28 | 47.24 | 58.69 | - |
YUV | 185.78 | 133.77 | 141.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 196 | 0 | 0.15 | 0.04 | 0.20 | 317.42 | 0.24 | 0.74 |
Hex | CD | AE | C4 | 0 | F | 4 | 14 | 13D | 18 | 4A |
Octal | 315 | 256 | 304 | 0 | 17 | 4 | 24 | 475 | 30 | 112 |
Binary | 11001101 | 10101110 | 11000100 | 0 | 1111 | 100 | 10100 | 100111101 | 11000 | 1001010 |
Color Harmonies of #CDAEC4
Complementary color
Monochromatic Colors of #CDAEC4
Black with #CDAEC4
Text Example
Text Example
White with #CDAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEC4; }
p { color: rgb(205,174,196); }
H1.HeaderClassName
{
color: #CDAEC4;
}
.AnyTagClassName
{
color: #CDAEC4;
}
</style>
background-color css
<style>
a { background-color: #CDAEC4; }
a { background-color: rgb(205,174,196); }
div.DivClassName
{
background-color: #CDAEC4;
}
.BgClassName
{
background-color: #CDAEC4;
}
</style>
border-color css
<style>
span { border-color: #CDAEC4; }
span { border-color: rgb(205,174,196); }
td.TdClassName
{
border-color: #CDAEC4;
}
.TagClassName
{
border-color: #CDAEC4;
}
</style>