Shades of Confetti #CED450
Tints of Confetti #CED450
RGB
CMYK
RGB Variations
Color information
#CED450 (or 0xCED450) is known color: Confetti. HEX triplet: CE, D4 and 50. RGB value is (206,212,80). Sum of RGB (Red+Green+Blue) = 206+212+80=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #CED450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED450 is #312BAF. Grayscale: #C3C3C3. Windows color (decimal): -3222448 or 5297358. OLE color: 5297358.
HSL color Cylindrical-coordinate representation of color #CED450: hue angle of 62.73º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED450 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 80 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.17 |
| HSL | 62.73º | 0.61% | 0.57% | - |
| HSV(B) | 62.73º | 0.62% | 0.83% | - |
| XYZ | 50.45 | 60.79 | 16.66 | - |
| YUV | 195.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 80 | 0.03 | 0 | 0.62 | 0.17 | 62.73 | 0.61 | 0.57 |
| Hex | CE | D4 | 50 | 3 | 0 | 3E | 11 | 3F | 3D | 39 |
| Octal | 316 | 324 | 120 | 3 | 0 | 76 | 21 | 77 | 75 | 71 |
| Binary | 11001110 | 11010100 | 1010000 | 11 | 0 | 111110 | 10001 | 111111 | 111101 | 111001 |
Color Harmonies of #CED450
Complementary color
Monochromatic Colors of #CED450
Black with #CED450
Text Example
Text Example
White with #CED450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED450; }
p { color: rgb(206,212,80); }
H1.HeaderClassName
{
color: #CED450;
}
.AnyTagClassName
{
color: #CED450;
}
</style>
background-color css
<style>
a { background-color: #CED450; }
a { background-color: rgb(206,212,80); }
div.DivClassName
{
background-color: #CED450;
}
.BgClassName
{
background-color: #CED450;
}
</style>
border-color css
<style>
span { border-color: #CED450; }
span { border-color: rgb(206,212,80); }
td.TdClassName
{
border-color: #CED450;
}
.TagClassName
{
border-color: #CED450;
}
</style>