Shades of Maverick #CEBDCA
Tints of Maverick #CEBDCA
RGB
CMYK
RGB Variations
Color information
#CEBDCA (or 0xCEBDCA) is known color: Maverick. HEX triplet: CE, BD and CA. RGB value is (206,189,202). Sum of RGB (Red+Green+Blue) = 206+189+202=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDCA is #314235. Grayscale: #C3C3C3. Windows color (decimal): -3228214 or 13286862. OLE color: 13286862.
HSL color Cylindrical-coordinate representation of color #CEBDCA: hue angle of 314.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBDCA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 202 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.19 |
| HSL | 314.12º | 0.15% | 0.77% | - |
| HSV(B) | 314.12º | 0.08% | 0.81% | - |
| XYZ | 54.31 | 53.78 | 63.4 | - |
| YUV | 195.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 202 | 0 | 0.08 | 0.02 | 0.19 | 314.12 | 0.15 | 0.77 |
| Hex | CE | BD | CA | 0 | 8 | 2 | 13 | 13A | F | 4D |
| Octal | 316 | 275 | 312 | 0 | 10 | 2 | 23 | 472 | 17 | 115 |
| Binary | 11001110 | 10111101 | 11001010 | 0 | 1000 | 10 | 10011 | 100111010 | 1111 | 1001101 |
Color Harmonies of #CEBDCA
Complementary color
Monochromatic Colors of #CEBDCA
Black with #CEBDCA
Text Example
Text Example
White with #CEBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDCA; }
p { color: rgb(206,189,202); }
H1.HeaderClassName
{
color: #CEBDCA;
}
.AnyTagClassName
{
color: #CEBDCA;
}
</style>
background-color css
<style>
a { background-color: #CEBDCA; }
a { background-color: rgb(206,189,202); }
div.DivClassName
{
background-color: #CEBDCA;
}
.BgClassName
{
background-color: #CEBDCA;
}
</style>
border-color css
<style>
span { border-color: #CEBDCA; }
span { border-color: rgb(206,189,202); }
td.TdClassName
{
border-color: #CEBDCA;
}
.TagClassName
{
border-color: #CEBDCA;
}
</style>