Shades of Confetti #CED152
Tints of Confetti #CED152
RGB
CMYK
RGB Variations
Color information
#CED152 (or 0xCED152) is known color: Confetti. HEX triplet: CE, D1 and 52. RGB value is (206,209,82). Sum of RGB (Red+Green+Blue) = 206+209+82=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #CED152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED152 is #312EAD. Grayscale: #C2C2C2. Windows color (decimal): -3223214 or 5427662. OLE color: 5427662.
HSL color Cylindrical-coordinate representation of color #CED152: hue angle of 61.42º degrees, saturation: 0.58, 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 #CED152 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 82 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.18 |
| HSL | 61.42º | 0.58% | 0.57% | - |
| HSV(B) | 61.42º | 0.61% | 0.82% | - |
| XYZ | 49.78 | 59.33 | 16.81 | - |
| YUV | 193.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 82 | 0.01 | 0 | 0.61 | 0.18 | 61.42 | 0.58 | 0.57 |
| Hex | CE | D1 | 52 | 1 | 0 | 3D | 12 | 3D | 3A | 39 |
| Octal | 316 | 321 | 122 | 1 | 0 | 75 | 22 | 75 | 72 | 71 |
| Binary | 11001110 | 11010001 | 1010010 | 1 | 0 | 111101 | 10010 | 111101 | 111010 | 111001 |
Color Harmonies of #CED152
Complementary color
Monochromatic Colors of #CED152
Black with #CED152
Text Example
Text Example
White with #CED152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED152; }
p { color: rgb(206,209,82); }
H1.HeaderClassName
{
color: #CED152;
}
.AnyTagClassName
{
color: #CED152;
}
</style>
background-color css
<style>
a { background-color: #CED152; }
a { background-color: rgb(206,209,82); }
div.DivClassName
{
background-color: #CED152;
}
.BgClassName
{
background-color: #CED152;
}
</style>
border-color css
<style>
span { border-color: #CED152; }
span { border-color: rgb(206,209,82); }
td.TdClassName
{
border-color: #CED152;
}
.TagClassName
{
border-color: #CED152;
}
</style>