Shades of Confetti #CFD351
Tints of Confetti #CFD351
RGB
CMYK
RGB Variations
Color information
#CFD351 (or 0xCFD351) is known color: Confetti. HEX triplet: CF, D3 and 51. RGB value is (207,211,81). Sum of RGB (Red+Green+Blue) = 207+211+81=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD351 is #302CAE. Grayscale: #C3C3C3. Windows color (decimal): -3157167 or 5362639. OLE color: 5362639.
HSL color Cylindrical-coordinate representation of color #CFD351: hue angle of 61.85º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD351 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 81 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.17 |
| HSL | 61.85º | 0.6% | 0.57% | - |
| HSV(B) | 61.85º | 0.62% | 0.83% | - |
| XYZ | 50.51 | 60.45 | 16.79 | - |
| YUV | 194.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 81 | 0.02 | 0 | 0.62 | 0.17 | 61.85 | 0.6 | 0.57 |
| Hex | CF | D3 | 51 | 2 | 0 | 3E | 11 | 3E | 3C | 39 |
| Octal | 317 | 323 | 121 | 2 | 0 | 76 | 21 | 76 | 74 | 71 |
| Binary | 11001111 | 11010011 | 1010001 | 10 | 0 | 111110 | 10001 | 111110 | 111100 | 111001 |
Color Harmonies of #CFD351
Complementary color
Monochromatic Colors of #CFD351
Black with #CFD351
Text Example
Text Example
White with #CFD351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD351; }
p { color: rgb(207,211,81); }
H1.HeaderClassName
{
color: #CFD351;
}
.AnyTagClassName
{
color: #CFD351;
}
</style>
background-color css
<style>
a { background-color: #CFD351; }
a { background-color: rgb(207,211,81); }
div.DivClassName
{
background-color: #CFD351;
}
.BgClassName
{
background-color: #CFD351;
}
</style>
border-color css
<style>
span { border-color: #CFD351; }
span { border-color: rgb(207,211,81); }
td.TdClassName
{
border-color: #CFD351;
}
.TagClassName
{
border-color: #CFD351;
}
</style>