Shades of Maverick #CEADC7
Tints of Maverick #CEADC7
RGB
CMYK
RGB Variations
Color information
#CEADC7 (or 0xCEADC7) is known color: Maverick. HEX triplet: CE, AD and C7. RGB value is (206,173,199). Sum of RGB (Red+Green+Blue) = 206+173+199=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADC7 is #315238. Grayscale: #B9B9B9. Windows color (decimal): -3232313 or 13086158. OLE color: 13086158.
HSL color Cylindrical-coordinate representation of color #CEADC7: hue angle of 312.73º 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 #CEADC7 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 199 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.19 |
| HSL | 312.73º | 0.25% | 0.74% | - |
| HSV(B) | 312.73º | 0.16% | 0.81% | - |
| XYZ | 50.71 | 47.13 | 60.46 | - |
| YUV | 185.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 199 | 0 | 0.16 | 0.03 | 0.19 | 312.73 | 0.25 | 0.74 |
| Hex | CE | AD | C7 | 0 | 10 | 3 | 13 | 139 | 19 | 4A |
| Octal | 316 | 255 | 307 | 0 | 20 | 3 | 23 | 471 | 31 | 112 |
| Binary | 11001110 | 10101101 | 11000111 | 0 | 10000 | 11 | 10011 | 100111001 | 11001 | 1001010 |
Color Harmonies of #CEADC7
Complementary color
Monochromatic Colors of #CEADC7
Black with #CEADC7
Text Example
Text Example
White with #CEADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADC7; }
p { color: rgb(206,173,199); }
H1.HeaderClassName
{
color: #CEADC7;
}
.AnyTagClassName
{
color: #CEADC7;
}
</style>
background-color css
<style>
a { background-color: #CEADC7; }
a { background-color: rgb(206,173,199); }
div.DivClassName
{
background-color: #CEADC7;
}
.BgClassName
{
background-color: #CEADC7;
}
</style>
border-color css
<style>
span { border-color: #CEADC7; }
span { border-color: rgb(206,173,199); }
td.TdClassName
{
border-color: #CEADC7;
}
.TagClassName
{
border-color: #CEADC7;
}
</style>