Shades of Maverick #CEAFC8
Tints of Maverick #CEAFC8
RGB
CMYK
RGB Variations
Color information
#CEAFC8 (or 0xCEAFC8) is known color: Maverick. HEX triplet: CE, AF and C8. RGB value is (206,175,200). Sum of RGB (Red+Green+Blue) = 206+175+200=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFC8 is #315037. Grayscale: #BBBBBB. Windows color (decimal): -3231800 or 13152206. OLE color: 13152206.
HSL color Cylindrical-coordinate representation of color #CEAFC8: hue angle of 311.61º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEAFC8 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 200 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.19 |
| HSL | 311.61º | 0.24% | 0.75% | - |
| HSV(B) | 311.61º | 0.15% | 0.81% | - |
| XYZ | 51.21 | 47.95 | 61.2 | - |
| YUV | 187.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 200 | 0 | 0.15 | 0.03 | 0.19 | 311.61 | 0.24 | 0.75 |
| Hex | CE | AF | C8 | 0 | F | 3 | 13 | 138 | 18 | 4B |
| Octal | 316 | 257 | 310 | 0 | 17 | 3 | 23 | 470 | 30 | 113 |
| Binary | 11001110 | 10101111 | 11001000 | 0 | 1111 | 11 | 10011 | 100111000 | 11000 | 1001011 |
Color Harmonies of #CEAFC8
Complementary color
Monochromatic Colors of #CEAFC8
Black with #CEAFC8
Text Example
Text Example
White with #CEAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFC8; }
p { color: rgb(206,175,200); }
H1.HeaderClassName
{
color: #CEAFC8;
}
.AnyTagClassName
{
color: #CEAFC8;
}
</style>
background-color css
<style>
a { background-color: #CEAFC8; }
a { background-color: rgb(206,175,200); }
div.DivClassName
{
background-color: #CEAFC8;
}
.BgClassName
{
background-color: #CEAFC8;
}
</style>
border-color css
<style>
span { border-color: #CEAFC8; }
span { border-color: rgb(206,175,200); }
td.TdClassName
{
border-color: #CEAFC8;
}
.TagClassName
{
border-color: #CEAFC8;
}
</style>