Shades of Maverick #CEADC2
Tints of Maverick #CEADC2
RGB
CMYK
RGB Variations
Color information
#CEADC2 (or 0xCEADC2) is known color: Maverick. HEX triplet: CE, AD and C2. RGB value is (206,173,194). Sum of RGB (Red+Green+Blue) = 206+173+194=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADC2 is #31523D. Grayscale: #B9B9B9. Windows color (decimal): -3232318 or 12758478. OLE color: 12758478.
HSL color Cylindrical-coordinate representation of color #CEADC2: hue angle of 321.82º 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 #CEADC2 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 194 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.19 |
| HSL | 321.82º | 0.25% | 0.74% | - |
| HSV(B) | 321.82º | 0.16% | 0.81% | - |
| XYZ | 50.13 | 46.9 | 57.45 | - |
| YUV | 185.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 194 | 0 | 0.16 | 0.06 | 0.19 | 321.82 | 0.25 | 0.74 |
| Hex | CE | AD | C2 | 0 | 10 | 6 | 13 | 142 | 19 | 4A |
| Octal | 316 | 255 | 302 | 0 | 20 | 6 | 23 | 502 | 31 | 112 |
| Binary | 11001110 | 10101101 | 11000010 | 0 | 10000 | 110 | 10011 | 101000010 | 11001 | 1001010 |
Color Harmonies of #CEADC2
Complementary color
Monochromatic Colors of #CEADC2
Black with #CEADC2
Text Example
Text Example
White with #CEADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADC2; }
p { color: rgb(206,173,194); }
H1.HeaderClassName
{
color: #CEADC2;
}
.AnyTagClassName
{
color: #CEADC2;
}
</style>
background-color css
<style>
a { background-color: #CEADC2; }
a { background-color: rgb(206,173,194); }
div.DivClassName
{
background-color: #CEADC2;
}
.BgClassName
{
background-color: #CEADC2;
}
</style>
border-color css
<style>
span { border-color: #CEADC2; }
span { border-color: rgb(206,173,194); }
td.TdClassName
{
border-color: #CEADC2;
}
.TagClassName
{
border-color: #CEADC2;
}
</style>