Shades of Confetti #CED14F
Tints of Confetti #CED14F
RGB
CMYK
RGB Variations
Color information
#CED14F (or 0xCED14F) is known color: Confetti. HEX triplet: CE, D1 and 4F. RGB value is (206,209,79). Sum of RGB (Red+Green+Blue) = 206+209+79=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #CED14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED14F is #312EB0. Grayscale: #C1C1C1. Windows color (decimal): -3223217 or 5231054. OLE color: 5231054.
HSL color Cylindrical-coordinate representation of color #CED14F: hue angle of 61.38º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED14F is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 79 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.18 |
| HSL | 61.38º | 0.59% | 0.56% | - |
| HSV(B) | 61.38º | 0.62% | 0.82% | - |
| XYZ | 49.67 | 59.29 | 16.22 | - |
| YUV | 193.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 79 | 0.01 | 0 | 0.62 | 0.18 | 61.38 | 0.59 | 0.56 |
| Hex | CE | D1 | 4F | 1 | 0 | 3E | 12 | 3D | 3B | 38 |
| Octal | 316 | 321 | 117 | 1 | 0 | 76 | 22 | 75 | 73 | 70 |
| Binary | 11001110 | 11010001 | 1001111 | 1 | 0 | 111110 | 10010 | 111101 | 111011 | 111000 |
Color Harmonies of #CED14F
Complementary color
Monochromatic Colors of #CED14F
Black with #CED14F
Text Example
Text Example
White with #CED14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED14F; }
p { color: rgb(206,209,79); }
H1.HeaderClassName
{
color: #CED14F;
}
.AnyTagClassName
{
color: #CED14F;
}
</style>
background-color css
<style>
a { background-color: #CED14F; }
a { background-color: rgb(206,209,79); }
div.DivClassName
{
background-color: #CED14F;
}
.BgClassName
{
background-color: #CED14F;
}
</style>
border-color css
<style>
span { border-color: #CED14F; }
span { border-color: rgb(206,209,79); }
td.TdClassName
{
border-color: #CED14F;
}
.TagClassName
{
border-color: #CED14F;
}
</style>