Shades of Confetti #CED052
Tints of Confetti #CED052
RGB
CMYK
RGB Variations
Color information
#CED052 (or 0xCED052) is known color: Confetti. HEX triplet: CE, D0 and 52. RGB value is (206,208,82). Sum of RGB (Red+Green+Blue) = 206+208+82=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #CED052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED052 is #312FAD. Grayscale: #C1C1C1. Windows color (decimal): -3223470 or 5427406. OLE color: 5427406.
HSL color Cylindrical-coordinate representation of color #CED052: hue angle of 60.95º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED052 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 82 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.18 |
| HSL | 60.95º | 0.57% | 0.57% | - |
| HSV(B) | 60.95º | 0.61% | 0.82% | - |
| XYZ | 49.53 | 58.84 | 16.73 | - |
| YUV | 193.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 82 | 0.01 | 0 | 0.61 | 0.18 | 60.95 | 0.57 | 0.57 |
| Hex | CE | D0 | 52 | 1 | 0 | 3D | 12 | 3D | 39 | 39 |
| Octal | 316 | 320 | 122 | 1 | 0 | 75 | 22 | 75 | 71 | 71 |
| Binary | 11001110 | 11010000 | 1010010 | 1 | 0 | 111101 | 10010 | 111101 | 111001 | 111001 |
Color Harmonies of #CED052
Complementary color
Monochromatic Colors of #CED052
Black with #CED052
Text Example
Text Example
White with #CED052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED052; }
p { color: rgb(206,208,82); }
H1.HeaderClassName
{
color: #CED052;
}
.AnyTagClassName
{
color: #CED052;
}
</style>
background-color css
<style>
a { background-color: #CED052; }
a { background-color: rgb(206,208,82); }
div.DivClassName
{
background-color: #CED052;
}
.BgClassName
{
background-color: #CED052;
}
</style>
border-color css
<style>
span { border-color: #CED052; }
span { border-color: rgb(206,208,82); }
td.TdClassName
{
border-color: #CED052;
}
.TagClassName
{
border-color: #CED052;
}
</style>