Shades of Maverick #CEADC3
Tints of Maverick #CEADC3
RGB
CMYK
RGB Variations
Color information
#CEADC3 (or 0xCEADC3) is known color: Maverick. HEX triplet: CE, AD and C3. RGB value is (206,173,195). Sum of RGB (Red+Green+Blue) = 206+173+195=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADC3 is #31523C. Grayscale: #B9B9B9. Windows color (decimal): -3232317 or 12824014. OLE color: 12824014.
HSL color Cylindrical-coordinate representation of color #CEADC3: hue angle of 320º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEADC3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 195 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.19 |
| HSL | 320º | 0.25% | 0.74% | - |
| HSV(B) | 320º | 0.16% | 0.81% | - |
| XYZ | 50.25 | 46.95 | 58.04 | - |
| YUV | 185.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 195 | 0 | 0.16 | 0.05 | 0.19 | 320 | 0.25 | 0.74 |
| Hex | CE | AD | C3 | 0 | 10 | 5 | 13 | 140 | 19 | 4A |
| Octal | 316 | 255 | 303 | 0 | 20 | 5 | 23 | 500 | 31 | 112 |
| Binary | 11001110 | 10101101 | 11000011 | 0 | 10000 | 101 | 10011 | 101000000 | 11001 | 1001010 |
Color Harmonies of #CEADC3
Complementary color
Monochromatic Colors of #CEADC3
Black with #CEADC3
Text Example
Text Example
White with #CEADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADC3; }
p { color: rgb(206,173,195); }
H1.HeaderClassName
{
color: #CEADC3;
}
.AnyTagClassName
{
color: #CEADC3;
}
</style>
background-color css
<style>
a { background-color: #CEADC3; }
a { background-color: rgb(206,173,195); }
div.DivClassName
{
background-color: #CEADC3;
}
.BgClassName
{
background-color: #CEADC3;
}
</style>
border-color css
<style>
span { border-color: #CEADC3; }
span { border-color: rgb(206,173,195); }
td.TdClassName
{
border-color: #CEADC3;
}
.TagClassName
{
border-color: #CEADC3;
}
</style>