Shades of Confetti #CED250
Tints of Confetti #CED250
RGB
CMYK
RGB Variations
Color information
#CED250 (or 0xCED250) is known color: Confetti. HEX triplet: CE, D2 and 50. RGB value is (206,210,80). Sum of RGB (Red+Green+Blue) = 206+210+80=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #CED250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED250 is #312DAF. Grayscale: #C2C2C2. Windows color (decimal): -3222960 or 5296846. OLE color: 5296846.
HSL color Cylindrical-coordinate representation of color #CED250: hue angle of 61.85º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED250 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 80 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.18 |
| HSL | 61.85º | 0.59% | 0.57% | - |
| HSV(B) | 61.85º | 0.62% | 0.82% | - |
| XYZ | 49.95 | 59.79 | 16.5 | - |
| YUV | 193.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 80 | 0.02 | 0 | 0.62 | 0.18 | 61.85 | 0.59 | 0.57 |
| Hex | CE | D2 | 50 | 2 | 0 | 3E | 12 | 3E | 3B | 39 |
| Octal | 316 | 322 | 120 | 2 | 0 | 76 | 22 | 76 | 73 | 71 |
| Binary | 11001110 | 11010010 | 1010000 | 10 | 0 | 111110 | 10010 | 111110 | 111011 | 111001 |
Color Harmonies of #CED250
Complementary color
Monochromatic Colors of #CED250
Black with #CED250
Text Example
Text Example
White with #CED250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED250; }
p { color: rgb(206,210,80); }
H1.HeaderClassName
{
color: #CED250;
}
.AnyTagClassName
{
color: #CED250;
}
</style>
background-color css
<style>
a { background-color: #CED250; }
a { background-color: rgb(206,210,80); }
div.DivClassName
{
background-color: #CED250;
}
.BgClassName
{
background-color: #CED250;
}
</style>
border-color css
<style>
span { border-color: #CED250; }
span { border-color: rgb(206,210,80); }
td.TdClassName
{
border-color: #CED250;
}
.TagClassName
{
border-color: #CED250;
}
</style>