Shades of Confetti #CECF52
Tints of Confetti #CECF52
RGB
CMYK
RGB Variations
Color information
#CECF52 (or 0xCECF52) is known color: Confetti. HEX triplet: CE, CF and 52. RGB value is (206,207,82). Sum of RGB (Red+Green+Blue) = 206+207+82=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF52 is #3130AD. Grayscale: #C0C0C0. Windows color (decimal): -3223726 or 5427150. OLE color: 5427150.
HSL color Cylindrical-coordinate representation of color #CECF52: hue angle of 60.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CECF52 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 82 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.19 |
| HSL | 60.48º | 0.57% | 0.57% | - |
| HSV(B) | 60.48º | 0.6% | 0.81% | - |
| XYZ | 49.29 | 58.36 | 16.65 | - |
| YUV | 192.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 82 | 0.00 | 0 | 0.60 | 0.19 | 60.48 | 0.57 | 0.57 |
| Hex | CE | CF | 52 | 0 | 0 | 3C | 13 | 3C | 39 | 39 |
| Octal | 316 | 317 | 122 | 0 | 0 | 74 | 23 | 74 | 71 | 71 |
| Binary | 11001110 | 11001111 | 1010010 | 0 | 0 | 111100 | 10011 | 111100 | 111001 | 111001 |
Color Harmonies of #CECF52
Complementary color
Monochromatic Colors of #CECF52
Black with #CECF52
Text Example
Text Example
White with #CECF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF52; }
p { color: rgb(206,207,82); }
H1.HeaderClassName
{
color: #CECF52;
}
.AnyTagClassName
{
color: #CECF52;
}
</style>
background-color css
<style>
a { background-color: #CECF52; }
a { background-color: rgb(206,207,82); }
div.DivClassName
{
background-color: #CECF52;
}
.BgClassName
{
background-color: #CECF52;
}
</style>
border-color css
<style>
span { border-color: #CECF52; }
span { border-color: rgb(206,207,82); }
td.TdClassName
{
border-color: #CECF52;
}
.TagClassName
{
border-color: #CECF52;
}
</style>