Shades of Confetti #CED14E
Tints of Confetti #CED14E
RGB
CMYK
RGB Variations
Color information
#CED14E (or 0xCED14E) is known color: Confetti. HEX triplet: CE, D1 and 4E. RGB value is (206,209,78). Sum of RGB (Red+Green+Blue) = 206+209+78=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #CED14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED14E is #312EB1. Grayscale: #C1C1C1. Windows color (decimal): -3223218 or 5165518. OLE color: 5165518.
HSL color Cylindrical-coordinate representation of color #CED14E: hue angle of 61.37º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CED14E is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 78 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.18 |
| HSL | 61.37º | 0.59% | 0.56% | - |
| HSV(B) | 61.37º | 0.63% | 0.82% | - |
| XYZ | 49.63 | 59.27 | 16.03 | - |
| YUV | 193.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 78 | 0.01 | 0 | 0.63 | 0.18 | 61.37 | 0.59 | 0.56 |
| Hex | CE | D1 | 4E | 1 | 0 | 3F | 12 | 3D | 3B | 38 |
| Octal | 316 | 321 | 116 | 1 | 0 | 77 | 22 | 75 | 73 | 70 |
| Binary | 11001110 | 11010001 | 1001110 | 1 | 0 | 111111 | 10010 | 111101 | 111011 | 111000 |
Color Harmonies of #CED14E
Complementary color
Monochromatic Colors of #CED14E
Black with #CED14E
Text Example
Text Example
White with #CED14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED14E; }
p { color: rgb(206,209,78); }
H1.HeaderClassName
{
color: #CED14E;
}
.AnyTagClassName
{
color: #CED14E;
}
</style>
background-color css
<style>
a { background-color: #CED14E; }
a { background-color: rgb(206,209,78); }
div.DivClassName
{
background-color: #CED14E;
}
.BgClassName
{
background-color: #CED14E;
}
</style>
border-color css
<style>
span { border-color: #CED14E; }
span { border-color: rgb(206,209,78); }
td.TdClassName
{
border-color: #CED14E;
}
.TagClassName
{
border-color: #CED14E;
}
</style>