Shades of Confetti #CECD4E
Tints of Confetti #CECD4E
RGB
CMYK
RGB Variations
Color information
#CECD4E (or 0xCECD4E) is known color: Confetti. HEX triplet: CE, CD and 4E. RGB value is (206,205,78). Sum of RGB (Red+Green+Blue) = 206+205+78=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD4E is #3132B1. Grayscale: #BFBFBF. Windows color (decimal): -3224242 or 5164494. OLE color: 5164494.
HSL color Cylindrical-coordinate representation of color #CECD4E: hue angle of 59.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CECD4E is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 78 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.19 |
| HSL | 59.53º | 0.57% | 0.56% | - |
| HSV(B) | 59.53º | 0.62% | 0.81% | - |
| XYZ | 48.66 | 57.33 | 15.71 | - |
| YUV | 190.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 78 | 0 | 0.00 | 0.62 | 0.19 | 59.53 | 0.57 | 0.56 |
| Hex | CE | CD | 4E | 0 | 0 | 3E | 13 | 3C | 39 | 38 |
| Octal | 316 | 315 | 116 | 0 | 0 | 76 | 23 | 74 | 71 | 70 |
| Binary | 11001110 | 11001101 | 1001110 | 0 | 0 | 111110 | 10011 | 111100 | 111001 | 111000 |
Color Harmonies of #CECD4E
Complementary color
Monochromatic Colors of #CECD4E
Black with #CECD4E
Text Example
Text Example
White with #CECD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD4E; }
p { color: rgb(206,205,78); }
H1.HeaderClassName
{
color: #CECD4E;
}
.AnyTagClassName
{
color: #CECD4E;
}
</style>
background-color css
<style>
a { background-color: #CECD4E; }
a { background-color: rgb(206,205,78); }
div.DivClassName
{
background-color: #CECD4E;
}
.BgClassName
{
background-color: #CECD4E;
}
</style>
border-color css
<style>
span { border-color: #CECD4E; }
span { border-color: rgb(206,205,78); }
td.TdClassName
{
border-color: #CECD4E;
}
.TagClassName
{
border-color: #CECD4E;
}
</style>