Shades of Maverick #CDAEC2
Tints of Maverick #CDAEC2
RGB
CMYK
RGB Variations
Color information
#CDAEC2 (or 0xCDAEC2) is known color: Maverick. HEX triplet: CD, AE and C2. RGB value is (205,174,194). Sum of RGB (Red+Green+Blue) = 205+174+194=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEC2 is #32513D. Grayscale: #B9B9B9. Windows color (decimal): -3297598 or 12758733. OLE color: 12758733.
HSL color Cylindrical-coordinate representation of color #CDAEC2: hue angle of 321.29º 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 #CDAEC2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 194 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.20 |
| HSL | 321.29º | 0.24% | 0.74% | - |
| HSV(B) | 321.29º | 0.15% | 0.8% | - |
| XYZ | 50.05 | 47.15 | 57.5 | - |
| YUV | 185.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 194 | 0 | 0.15 | 0.05 | 0.20 | 321.29 | 0.24 | 0.74 |
| Hex | CD | AE | C2 | 0 | F | 5 | 14 | 141 | 18 | 4A |
| Octal | 315 | 256 | 302 | 0 | 17 | 5 | 24 | 501 | 30 | 112 |
| Binary | 11001101 | 10101110 | 11000010 | 0 | 1111 | 101 | 10100 | 101000001 | 11000 | 1001010 |
Color Harmonies of #CDAEC2
Complementary color
Monochromatic Colors of #CDAEC2
Black with #CDAEC2
Text Example
Text Example
White with #CDAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEC2; }
p { color: rgb(205,174,194); }
H1.HeaderClassName
{
color: #CDAEC2;
}
.AnyTagClassName
{
color: #CDAEC2;
}
</style>
background-color css
<style>
a { background-color: #CDAEC2; }
a { background-color: rgb(205,174,194); }
div.DivClassName
{
background-color: #CDAEC2;
}
.BgClassName
{
background-color: #CDAEC2;
}
</style>
border-color css
<style>
span { border-color: #CDAEC2; }
span { border-color: rgb(205,174,194); }
td.TdClassName
{
border-color: #CDAEC2;
}
.TagClassName
{
border-color: #CDAEC2;
}
</style>