Shades of Confetti #CECE53
Tints of Confetti #CECE53
RGB
CMYK
RGB Variations
Color information
#CECE53 (or 0xCECE53) is known color: Confetti. HEX triplet: CE, CE and 53. RGB value is (206,206,83). Sum of RGB (Red+Green+Blue) = 206+206+83=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE53 is #3131AC. Grayscale: #C0C0C0. Windows color (decimal): -3223981 or 5492430. OLE color: 5492430.
HSL color Cylindrical-coordinate representation of color #CECE53: hue angle of 60º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CECE53 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 83 | - |
| CMYK | 0 | 0 | 0.60 | 0.19 |
| HSL | 60º | 0.56% | 0.57% | - |
| HSV(B) | 60º | 0.6% | 0.81% | - |
| XYZ | 49.09 | 57.89 | 16.77 | - |
| YUV | 191.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 83 | 0 | 0 | 0.60 | 0.19 | 60 | 0.56 | 0.57 |
| Hex | CE | CE | 53 | 0 | 0 | 3C | 13 | 3C | 38 | 39 |
| Octal | 316 | 316 | 123 | 0 | 0 | 74 | 23 | 74 | 70 | 71 |
| Binary | 11001110 | 11001110 | 1010011 | 0 | 0 | 111100 | 10011 | 111100 | 111000 | 111001 |
Color Harmonies of #CECE53
Complementary color
Monochromatic Colors of #CECE53
Black with #CECE53
Text Example
Text Example
White with #CECE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE53; }
p { color: rgb(206,206,83); }
H1.HeaderClassName
{
color: #CECE53;
}
.AnyTagClassName
{
color: #CECE53;
}
</style>
background-color css
<style>
a { background-color: #CECE53; }
a { background-color: rgb(206,206,83); }
div.DivClassName
{
background-color: #CECE53;
}
.BgClassName
{
background-color: #CECE53;
}
</style>
border-color css
<style>
span { border-color: #CECE53; }
span { border-color: rgb(206,206,83); }
td.TdClassName
{
border-color: #CECE53;
}
.TagClassName
{
border-color: #CECE53;
}
</style>